mirror of
https://github.com/nushell/nushell
synced 2025-01-12 13:19:01 +00:00
278 B
278 B
str downcase
downcases text
Usage
> str downcase ...args {flags}
Parameters
- ...args: optionally downcase text by column paths
Flags
- -h, --help: Display this help message
Examples
Downcase contents
> echo 'NU' | str downcase