time-to-botec/js/node_modules/@stdlib/string/remove-words/docs/usage.txt

10 lines
316 B
Plaintext
Raw Normal View History

Usage: remove-words [options] [<string>] --words=<string>
Options:
-h, --help Print this message.
-V, --version Print the package version.
--words w1,w2,.. Comma-separated list of words.
--ignore-case Perform case-insensitive replace operation.