time-to-botec/js/node_modules/@stdlib/string/remove-words/docs/usage.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

10 lines
316 B
Plaintext

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.