| layout | api-command | ||||||
|---|---|---|---|---|---|---|---|
| language | Python | ||||||
| permalink | api/python/upcase/ | ||||||
| command | upcase | ||||||
| related_commands |
|
{% apibody %} string.upcase() → string {% endapibody %}
Uppercases a string.
Example:
> r.expr("Sentence about LaTeX.").upcase().run(conn)
"SENTENCE ABOUT LATEX."Note: upcase and downcase only affect ASCII characters.