The function fn:substringAfter extracts the subset of a string following the first occurrence of a specific substring. The value returned is a string data type.

Example

Post Office Box:

${fn:substringAfter(zip, "-")}
CODE

Structure​

fn:substringAfter(string, string)

Parameters​

Parameter

Description

string

Specifies the target string.

string

The value (substring) used to query the target.