Clean punctuation marks from a string.
0.1.0
input (string)
(string)
: Returns the input string without accents.
piupiu.cleanAccent('hello, mister!');
// 'hello mister'
piupiu.cleanAccent('hello mister');
// 'hello mister'
Clean punctuation marks from a string.
0.1.0
input (string)
(string)
: Returns the input string without accents.
piupiu.cleanAccent('hello, mister!');
// 'hello mister'
piupiu.cleanAccent('hello mister');
// 'hello mister'