Class FUN_SplitAtPostion

  • All Implemented Interfaces:
    Function

    public class FUN_SplitAtPostion
    extends FunctionBase3
    Binding function fun:SplitAtPosition splits the input string around matches of the given regular expression, and returns the ith element in the array.
    • Param 1 is the input string;
    • Param 2 is a regular expression;
    • Param 3 is the number of substring to return;
    • Result is a xsd:string.
    Author:
    Noorani Bakerally