string.upcase() → string
Uppercases a string.
Example:
r.expr("Sentence about LaTeX.").upcase().run(conn, callback)
Result:
"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