Home Explore Blog CI



d0b5b50c15aff54951233e7faa4ded888004b7f2253c03c7000000020007eabc.png

Extracted Text
/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.