OpenBIMRL | Generelle Funktionen
Klassenpfad: text.subString
Teilfolge
Beschreibung
Extrahiert eine Teilfolge eines Textes.
Input
Input | Name | Typ | Beschreibung |
---|---|---|---|
0 | String | Text | Eingangstext |
1 | StartIndex | Number | Startposition (inklusive) |
2 | EndIndex | Number | Endposition (exklusive) |
Output
Output | Name | Typ | Beschreibung |
---|---|---|---|
0 | substring | Text | Teilfolge |