substring() Operation
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 |
NONE
|