shell-string 0.1.1

Obvious CLI for basic string manipulation
shell-string-0.1.1 is not a library.

shell-string

shell-string 0.1.1
Cli for common string operations. Takes input from stdin.

USAGE:
    string <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    help       Prints this message or the help of the given subcommand(s)
    length     Returns the length of string
    replace
    split      Split up a string by a separator and print the parts on separate lines
    substr     Extract a part of a given string