Module dev.metaschema.core
Class FnSubstringAfter
java.lang.Object
dev.metaschema.core.metapath.function.library.FnSubstringAfter
Implements the XPath 3.1 fn:substring-after
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringfnSubstringAfter(String arg1, String arg2) An implementation of XPath 3.1 fn:substring-after.
-
Method Details
-
fnSubstringAfter
An implementation of XPath 3.1 fn:substring-after.- Parameters:
arg1- the source string to get a substring fromarg2- the substring to match and find the substring to return after the match- Returns:
- the substring
-