string.downcase() → string
Lowercases a string.
Example:
> r.expr("Sentence about LaTeX.").downcase().run(conn)
"sentence about latex."
Note: upcase
and downcase
only affect ASCII characters.
Couldn't find what you were looking for?
Contribute: edit this page or open an issue