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 |
|
|
Related Content
Related Pages:
-
substringBefore() Operation
Returns the substring before the first occurrence of a search string. -
stringLength() Operation
Returns the length of the string as integer.