OpenBIMRL | General functions
Class path: text.contains
Contains

Description
Checks whether a character string is present in a text.
Input
| Input | Name | Typ | Description |
|---|---|---|---|
| 0 | String | Text | The text to be checked. |
| 1 | sub-String | Text | The character string to be searched for. |
Output
| Output | Name | Typ | Description |
|---|---|---|---|
| 0 | Boolean | bool | Indicates whether the character string was found in the text. |
Use/Example