str upcase for strings
Make text uppercase.
Signature
> str upcase {flags} ...rest
Parameters
-
...rest: For a data structure input, convert strings at the given cell paths
Input/output types:
| input | output |
|---|---|
| list<string> | list<string> |
| record | record |
| string | string |
| table | table |
Examples
Upcase contents
> 'rsh' | str upcase
NU