| layout | api-command | ||||||
|---|---|---|---|---|---|---|---|
| language | Java | ||||||
| permalink | api/java/downcase/ | ||||||
| command | downcase | ||||||
| related_commands |
|
Command syntax
{% apibody %} string.downcase() → string {% endapibody %}
Description
Lowercase a string.
Example:
r.expr("Sentence about LaTeX.").downcase().run(conn);
Result:
Note: upcase and downcase only affect ASCII characters.