/Users/jt/Source/nushell? string
str format from
into string parse str length
str lpad str rpad build-string
decode ansi strip split row
Various commands for working with string data.
Usage:
> str
Flags:
-h, --help
Display this help message
Explanation
The image shows the help output for the `str` command in nushell. It lists various subcommands and options for manipulating strings, such as `format`, `parse`, `lpad`, `rpad`, `length`, `build-string`, and `split row`, along with a brief description of the command's purpose and usage.