Last Updated: Nov 4, 2020
Use this function to split a input string at the specified separator.
Split a string with character (input_string, delimiter)
| Input Parameter Name | Description |
|---|---|
| input_string | String value |
| delimiter | Delimiter character or string |
| Return value | Description |
|---|---|
| text | Returns the split string |
To view all the Text functions, click here.