- Index
- »
- axon
- »
- func:isSpace
def
func:isSpace
isSpace(num)
Is number is whitespace char: space \t \n \r \f
Examples:
isSpace("x".get(0)) >> false isSpace(" ".get(0)) >> true isSpace("\n".get(0)) >> true
Is number is whitespace char: space \t \n \r \f
Examples:
isSpace("x".get(0)) >> false isSpace(" ".get(0)) >> true isSpace("\n".get(0)) >> true