Skip to content

OpenBIMRL | General functions

Class path: text.split

Split

split1.png

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.

Use/Example

split2.png

Node representation with example values

Sample file