This function removes spaces from a character string.
stripSpaces(x)
x
A character string.
The string with spaces removed.
# Remove spaces from "hello world" stripSpaces("hello world")