You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This function returns a specific part of a text by setting the start index and the end index of the text to be returned.

syntax
substring(text, startIndex, endIndex) #Output: String
Examples
Parser expressionDescription
substring("smiles", 1, 5)

This example will return:  "mile"

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a STRING