Declaration
func ToLower(target string) string
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Target | String | Target string |
Return
| Type | Description |
|---|---|
| String | Output string |
Convert all characters in the target string to lowercase
func ToLower(target string) string
go
| Name | Type | Description |
|---|---|---|
| Target | String | Target string |
| Type | Description |
|---|---|
| String | Output string |