Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 423 Bytes

cleanAccents.md

File metadata and controls

26 lines (18 loc) · 423 Bytes

piupiu.cleanAccents(input)

Clean accents from a string.

Source

Since

0.1.0

Arguments

input (string)

Returns

(string): Returns the input string without accents.

Example

piupiu.cleanAccent('héëllôö'); 
// 'heelloo'
piupiu.cleanAccent('heelloo');
// 'heelloo'