clean-special-chars
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "clean-special-chars", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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", | ||
@@ -22,3 +22,8 @@ "homepage": "https://github.com/DiegoZoracKy/clean-special-chars", | ||
}, | ||
"keywords":[ | ||
"clean string", | ||
"accented", | ||
"accentuation" | ||
], | ||
"bugs": "https://github.com/DiegoZoracKy/clean-special-chars/issues" | ||
} |
3635