isSpace# swordfish.function.isSpace()# Check whether the string X consists of only space. Return “true” if all characters in X are space, \t (tab), \r (carriage return) or \n (newline escape). Parameters: X (Constant) – A STRING scalar or vector.