OpenBIMRL | General functions
Class path: text.subString
Sub-String
Description
Extracts part of the text based on the start and end index.
Input
Input | Name | Typ | Description |
---|---|---|---|
0 | String | Text | A text or character string which is extracted. |
1 | StartIndex | Number | The index at which the extraction should start. |
2 | EndIndex | Number | The index at which the extraction should end. |
Output
Output | Name | Typ | Description |
---|---|---|---|
0 | substring | Text | The extracted text part. |