Returns the string that removed all blanks from the given string
Optional
the text to inspect
the string that removed all blanks from the given string
David Hsing
removeSpace('foo bar'); // 'foobar' Copy
removeSpace('foo bar'); // 'foobar'
Returns the string that removed all blanks from the given string