remove-words
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "remove-words", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A node module that returns all words from a string not that were not in a specified list. By default will remove all pronouns and conjunctions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,3 +33,3 @@ | ||
var names = ['jack', 'john', 'joe', 'james', 'jim'] | ||
removeWords("The winners are: Jack, John and Jim!!!") | ||
removeWords("The winners are: Jack, John and Jim!!!", names) | ||
// Will remove just all names | ||
@@ -36,0 +36,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16970