Class LowercaseFunction

  • All Implemented Interfaces:
    Function, Serializable

    public class LowercaseFunction
    extends FunctionBase
    implements Function
    From http://docs.jsonata.org/string-functions.html: $lowercase(str) Returns a string with all the characters of str converted to lowercase. If str is not specified (i.e. this function is invoked with no arguments), then the context value is used as the value of str. An error is thrown if str is not a string. Examples $lowercase("Hello World")=="hello world"
    See Also:
    Serialized Form