SPLIT
Split a string based on a given delimiter
SPLIT( text
, delimiter
, index
)
Returns a portion of a text
based on a given delimiter
and index
Arguments
Argument | Description |
| Text to split at given delimiter |
| Delimiter with which to split |
| Index of split |
Output
Outputs a portion of a text
Example
Last updated