Remove all whitespace from input.
input
stripWhitespace('a b\tc\nd'); // 'abcd' Copy
stripWhitespace('a b\tc\nd'); // 'abcd'
Remove all whitespace from
input.