Application Integration
- Application Integration
- All Products
fn:substring(sourceString, startingLoc, length)
Argument | Required/Optional | Description |
|---|---|---|
sourceString | Required | The string from which the substring will be extracted. If the
argument is an empty sequence ( () ), it is treated as an empty
string. |
startingLoc | Required | The position within the source string where the substring
begins. Position indexing starts at 1. If this number is less than 1, the start is
considered from the first character. |
length | Optional | The number of characters to include in the substring. If
omitted, the substring extends to the end of the source string. |
|
|
|---|---|
|
|
|
|
|
|
|
|
|
|
| zero-length string |
|
|
|
|
| zero-length string |
| zero-length string |
| zero-length string |
|
|
| "" |