substring() Operation
Extracts a substring of a given length beginning at the given position.
Syntax |
| |
|---|---|---|
Semantics | Extracts a substring of a given length beginning at position | |
Substitutables |
| Can be any variable or object attribute having the type String. |
| Can be any variable or object attribute having the type Integer. The start index cannot be negative. | |
| String literal. | |
Examples |
CODE
| |
Related Content
Related Pages:
substringAfter() Operation
Returns the substring after the first occurrence of a search string.substringBefore() Operation
Returns the substring before the first occurrence of a search string.stringLength() Operation
Returns the length of the string as integer.