OpenBIMRL | General functions
Class path: text.matches
Matches
Description
Compares whether a text corresponds to a pattern/regular expression.
Input
Input | Name | Typ | Description |
---|---|---|---|
0 | String | Text | A text or character string which is examined. |
1 | expression | RegEx | The regular expression after which the comparison is made. |
Output
Output | Name | Typ | Description |
---|---|---|---|
0 | list | List | The decomposition as a collection. |