str upcase
for default
Make text uppercase.
Signature
> str upcase ...rest
Parameters
...rest
: For a data structure input, convert strings at the given cell paths
Examples
Upcase contents
> 'nu' | str upcase
NU
str upcase
for default> str upcase ...rest
...rest
: For a data structure input, convert strings at the given cell pathsUpcase contents
> 'nu' | str upcase
NU