nushell/old_nushell/docs/commands/str-upcase.md
Fernando Herrera fdce6c49ab engine-q merge
2022-02-07 19:11:34 +00:00

266 B

str upcase

upcases text

Usage

> str upcase ...args {flags} 

Parameters

  • ...args: optionally upcase text by column paths

Flags

  • -h, --help: Display this help message

Examples

Upcase contents

> echo 'nu' | str upcase