substring
Description | Syntax | Parameters | Returns | Example |
---|---|---|---|---|
Substring of current string. | substring(strTosubset, start, numChars) | strTosubset: string.
start: start position. numChars: number of characters (Optional, default is remaining length). |
Returns string as the result of substring operation. | substring('ABC', 1) |
Copyright © Cloud Software Group, Inc. All rights reserved.