str downcase for strings> str downcase {flags} ...rest
...rest: For a data structure input, convert strings at the given cell paths| input | output | 
|---|---|
| list<string> | list<string> | 
| record | record | 
| string | string | 
| table | table | 
Downcase contents
>'NU'|str downcase
nu
Downcase contents
>'TESTa'|str downcase
testa
Downcase contents
> [[ColAColB]; [TestABC]] |str downcaseColA
╭───┬──────┬──────╮
│# │ ColA │ ColB │
├───┼──────┼──────┤
│0│test│ABC│
╰───┴──────┴──────╯
Downcase contents
> [[ColAColB]; [TestABC]] |str downcaseColAColB
╭───┬──────┬──────╮
│# │ ColA │ ColB │
├───┼──────┼──────┤
│0│test│abc│
╰───┴──────┴──────╯
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/str_downcase.html