string_to_list
Converts a string into a list of characters
string_to_list(
str
) -> LIST
Converts a string into a list of characters
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to convert |
string_to_list(
str
) -> LIST
Converts a string into a list of characters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to convert |