![]() |
OTX Reference
|
|
Generates list of substrings More...
Public Attributes | |
StringTerm | _string |
Cardinality [1] Represents the original string which shall be split. More... | |
StringTerm | delimiter |
Cardinality [1] Represents the delimiter string. The original string is split at each place where a delimiter string occurs. More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Generates list of substrings
The SplitString term returns a list of Strings, that contains the substrings, which are separated by the specified Delimiter. The order of the list elements corresponds to the order of the occurrence in the String. If the Delimiter is not found, the list contains exactly one element. If the Delimiter is an empty string, the string is split into its characters.
StringTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.SplitString._string |
Cardinality [1]
Represents the original string which shall be split.
StringTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.SplitString.delimiter |
Cardinality [1]
Represents the delimiter string. The original string is split at each place where a delimiter string occurs.