base » substringAfter(text,delim,saveVar)
Description
This command instructs Nexial to save the portion of text
found after the first occurrence delim
to a variable
specified via saveVar
. For example,
substringAfter(text,delim,saveVar) | 714-811-0290 | - | variable1
–> variable1 = 811-0290
Parameters
- text - the text to extract from. Variable expansion is supported via the
${...}
syntax - delim - the delimiter to consider, only the first occurrence will be in effect
- saveVar - the name of the variable to save the substring
Example
var3
contains Sailorman