Class FnSubstringAfter

java.lang.Object
dev.metaschema.core.metapath.function.library.FnSubstringAfter

public final class FnSubstringAfter extends Object
Implements the XPath 3.1 fn:substring-after function.
  • Method Details

    • fnSubstringAfter

      @NonNull public static String fnSubstringAfter(@NonNull String arg1, @NonNull String arg2)
      An implementation of XPath 3.1 fn:substring-after.
      Parameters:
      arg1 - the source string to get a substring from
      arg2 - the substring to match and find the substring to return after the match
      Returns:
      the substring