clean-compare-strings
v1.0.2
Published
Help to clean a string from accents, uppercases, spaces etc and compare two strings using cleaning
Downloads
4
Readme
clean-compare-strings
How to use
npm install clean-compare-strings --save
Functions
cleanString => will remove spaces around, accents, lowercase etc etc your string
stringsMatch => will compare two strings using cleanString function
stringIncludes => will check if a string includes the second one using cleanString function