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

public final class FnLowerCase extends Object
Based on the XPath 3.1 fn:lower-case functions.
  • Method Details

    • fnLowerCase

      @NonNull public static IStringItem fnLowerCase(@NonNull IStringItem arg)
      An implementation of fn:lower-case.
      Parameters:
      arg - the string to be converted to lower case
      Returns:
      the resulting string in lower case