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:

inputoutput
list<string>list<string>
recordrecord
stringstring
tabletable

Examples

Upcase contents

> 'nu' | str upcase
NU