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

329 B

str camel-case

converts a string to camelCase

Usage

> str camel-case ...args {flags} 

Parameters

  • ...args: optionally convert text to camelCase by column paths

Flags

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

Examples

convert a string to camelCase

> echo 'NuShell' | str camel-case