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