Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 458 Bytes

cleanPunctuation.md

File metadata and controls

26 lines (18 loc) · 458 Bytes

piupiu.cleanPunctuation(input)

Clean punctuation marks from a string.

Source

Since

0.1.0

Arguments

input (string)

Returns

(string): Returns the input string without accents.

Example

piupiu.cleanAccent('hello, mister!'); 
// 'hello mister'
piupiu.cleanAccent('hello mister');
// 'hello mister'