Back to top

ReQL command: upcase

Command syntax

string.upcase() → string

Description

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.

Get more help

Couldn't find what you were looking for?