fn:substringAfter
    • 1 Minute to read
    • Dark
      Light

    fn:substringAfter

    • Dark
      Light

    Article summary

    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, "-")}

    Structure​

    fn:substringAfter(string, string)

    Parameters​

    Parameter

    Description

    string

    Specifies the target string.

    string

    The value (substring) used to query the target.


    Was this article helpful?