str upcase
for strings> str upcase {flags} ...rest
...rest
: For a data structure input, convert strings at the given cell pathsinput | output |
---|---|
list<string> | list<string> |
record | record |
string | string |
table | table |
Upcase contents
>'nu'|str upcase
NU
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/str_upcase.html