java.lang.Object
dev.metaschema.core.metapath.function.library.FnLowerCase
Based on the XPath 3.1 fn:lower-case
functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IStringItemfnLowerCase(IStringItem arg) An implementation of fn:lower-case.
-
Method Details
-
fnLowerCase
An implementation of fn:lower-case.- Parameters:
arg- the string to be converted to lower case- Returns:
- the resulting string in lower case
-