nushell/docs/commands/str-downcase.md

21 lines
278 B
Markdown
Raw Normal View History

# str downcase
downcases text
## Usage
```shell
> str downcase ...args {flags}
```
## Parameters
* ...args: optionally downcase text by column paths
## Flags
* -h, --help: Display this help message
## Examples
Downcase contents
```shell
> echo 'NU' | str downcase
```