Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 434 Bytes

cleanSpaces.md

File metadata and controls

26 lines (18 loc) · 434 Bytes

piupiu.cleanSpaces(input)

Clean spaces from a string.

Source

Since

0.1.0

Arguments

input (string)

Returns

(string): Returns the input string without spaces.

Example

piupiu.cleanAccent('n o m  o re   sp a c   e s'); 
// 'nomorespaces'
piupiu.cleanAccent('space');
// 'space'