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

332 B

str kebab-case

converts a string to kebab-case

Usage

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

Parameters

  • ...args: optionally convert text to kebab-case by column paths

Flags

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

Examples

convert a string to kebab-case

> echo 'NuShell' | str kebab-case