OpenBIMRL | General functions
Class path: text.split
Split
Description
Splits a character string using a regex pattern.
Input
Input | Name | Typ | Description |
---|---|---|---|
0 | object 0 | Text | A text that is to be dissected. |
1 | pattern | RegEx | Symbol or expression according to which the decomposition is performed. |
Output
Output | Name | Typ | Description |
---|---|---|---|
0 | list | List | The decomposition as a collection. |