clean-special-chars
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "clean-special-chars", | ||
"version": "1.0.0", | ||
"description": "It 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", | ||
"version": "1.0.1", | ||
"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", | ||
"homepage": "https://github.com/DiegoZoracKy/clean-special-chars", | ||
@@ -6,0 +6,0 @@ "main": "./lib/clean-special-chars.js", |
# cleanSpecialChars | ||
It 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 | ||
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. | ||
It can be installed and used on Node environments. | ||
## Usage / Examples | ||
@@ -15,2 +17,9 @@ | ||
``` | ||
## Installation | ||
```javascript | ||
npm install clean-special-chars | ||
``` |
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
3568
24