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