- 16 Apr 2024
- 1 Minute to read
- DarkLight
Split
- Updated on 16 Apr 2024
- 1 Minute to read
- DarkLight
General
The Split function splits the given value using the given separator and returns a
list of all resulting values.
Syntax
The syntax of the Split function is:
Split(<value>, "separator")
Examples
The following Expression returns a list that contains "Africa", "Asia", "Americas":
Split("Africa;Asia;Americas", ";")