nushell/docs/commands/str-downcase.md
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +00:00

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