Skip to content

OpenBIMRL | General functions

Class path: text.startsWith

Starts with

startsWith1.png

Description

Checks whether a character string begins with a specific prefix.

Input

Input Name Typ Description
0 String Text The text to be examined.
1 prefix Text The character string that is searched for at the beginning.

Output

Output Name Typ Description
0 Boolean bool Indicates whether the character string was found in the text.

Use/Example

startsWith2.png

Node representation with example values

Sample file