clean-special-chars
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -18,3 +18,3 @@ /** | ||
var replaces = { | ||
"[<$+%>!`*‘|{?“=}/:\]": "", | ||
"[<$+%>!`*‘|{?“=}/:\\\/]": "", | ||
"[\\s#,@&]": "-", | ||
@@ -21,0 +21,0 @@ "[àáâãäå]": "a", |
@@ -0,0 +0,0 @@ The MIT License (MIT) |
{ | ||
"name": "clean-special-chars", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Converts accented letters to its cleaned form like 'Ã' to 'A', 'ç' to 'c', '&!*' to '', etc. All spaces will be converted to '-' and the text is returned in Lower Case", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/DiegoZoracKy/clean-special-chars", |
@@ -0,0 +0,0 @@ # cleanSpecialChars |
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
3674