substring
|
The substring function creates and returns a String which is a substring of
the argument {string}.
Usage The substring function is used to create a substring from larger String.
(substring string start end) The substring
Expression:
Arguments
Name
Type
Description Argument: string String or Text
The source String or Text. Argument: start Integer
The position in the source String or Text to start extracting the substring. Argument: end Integer
Optional. If present, it represents the position in the source String or Text to
stop extracting the substring. If not present, all the remaining character from the
{start} position will be extracted.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
String | Text | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|