java.lang.Object
dev.metaschema.core.metapath.function.library.FnSubstring
Implements the XPath 3.1 fn:substring
functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringfnSubstring(String source, int start, int length) An implementation of XPath 3.1 fn:substring.
-
Method Details
-
fnSubstring
An implementation of XPath 3.1 fn:substring.- Parameters:
source- the source string to get a substring fromstart- the 1-based start locationlength- the substring length- Returns:
- the substring
-