Last Updated: Sep 13, 2021
Use this function to split input string with the specified delimiter.
Split As List (input_string, delimiter)
Input Parameter Name | Description |
---|---|
input_string | String value |
delimiter | Delimiter character or string |
Return value | Description |
---|---|
text | Returns the split string as a list |
Split As List (this is - a test string, -)
To view all the Text functions, click here.