Class FUN_regex

  • All Implemented Interfaces:
    Function

    public final class FUN_regex
    extends FunctionBase3
    Binding function fun:regex returns the input subsequence captured by the ith group during a regex match operation.
    • Param 1 is the input string;
    • Param 2 is a regular expression;
    • Param 3 is the number of the group to capture;
    • Result is a xsd:string.
    Author:
    Noorani Bakerally , Maxime Lefrançois