Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Utf8 | The string to extract from |
start | Integer | The starting index (0-based) |
end | Integer | The ending index (exclusive) |
Return Value
Returns a new string containing the characters from the start index up to (but not including) the end index.
Examples
Extract prefix
$ Extract prefix
Get first characters
$ Get first characters
Extract middle portion
$ Extract middle portion
