Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 1.0.
Splits a string into a maximum number of substrings based on a collection of separators.
Syntax
Result := Text.Split(Separators: List of [Text])
Note
This method can be invoked without specifying the data type name.
Parameters
Text
Type: Text
An instance of the Text data type.
Separators
Type: List of [Text]
A collection of separators that delimit the substrings in this string.
Return Value
Result
Type: List of [Text]
The collection of substrings from the original string based on the collection of separators.