Differences
This shows you the differences between two versions of the page.
ppl:functions:upper [2019/04/16 13:14] – created - external edit 127.0.0.1 | ppl:functions:upper [2024/03/27 16:17] (current) – stimpy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== UPPER(str: | ====== UPPER(str: | ||
- | Returns a string of "str" | + | Returns a string of `str` with all lowercase characters converted to uppercase characters |
- | **See also:** Lower, Mixed | + | --- |
+ | **See also: | ||