StringSplit
StringSplit(string input, string separator,
bool removeEmptyEntries) : vector
Purpose
Returns a vector with all strings separated by the specified separator.
RemoveEmptyEntries
removeEmptyEntries:
True or False condition to determine if the StringSplit function should include empty entries.
There are two empty entries (highlighted in yellow) in the following string: "Niels| | |"
When setting the removeEmptyEntries
condition to TRUE, these entries are ignored:
Get help with this function in the community →