Clean spaces from a string.
0.1.0
input (string)
(string)
: Returns the input string without spaces.
piupiu.cleanAccent('n o m o re sp a c e s');
// 'nomorespaces'
piupiu.cleanAccent('space');
// 'space'
Clean spaces from a string.
0.1.0
input (string)
(string)
: Returns the input string without spaces.
piupiu.cleanAccent('n o m o re sp a c e s');
// 'nomorespaces'
piupiu.cleanAccent('space');
// 'space'