OpenBIMRL | General functions
Class path: text.endsWith
Ends with

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