Skip to content

OpenBIMRL | General functions

Class path: text.contains

Contains

contains1.png

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

contains2.png

Node representation with example values

Sample file