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:
-
substringAfter() Operation
Returns the substring after the first occurrence of a search string. -
https://scheer-pas-doc.atlassian.net/wiki/pages/createpage.action?spaceKey=designer&title=%2825.3%29%20substringBefore%28%29%20Operation&linkCreation=true&fromPageId=622958332
Returns the substring before the first occurrence of a search string. -
https://scheer-pas-doc.atlassian.net/wiki/pages/createpage.action?spaceKey=designer&title=%2825.3%29%20stringLength%28%29%20Operation&linkCreation=true&fromPageId=622958332
Returns the length of the string as integer.