str upcase
Make text uppercase
Signature
> str upcase ...rest
Parameters
...rest
: optionally upcase text by column paths
Examples
Upcase contents
> 'nu' | str upcase
str upcase
> str upcase ...rest
...rest
: optionally upcase text by column pathsUpcase contents
> 'nu' | str upcase