Skip to content

OpenBIMRL | General functions

Class path: text.endsWith

Ends with

endsWith1.png

Description

Checks whether a character string ends with a specific suffix.

Input

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

Output

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

Use/Example

endsWith2.png

Node representation with example values

Sample file