powered by
Checks whether a character is a symbol, a special character.
isSymbol(ch)
character to be checked
TRUE/FALSE, depending on character being a symbol.
These characters are considered as symbols:
'!' , '%' , '&' , '$' , '#' , '+' , '-' , '/' , ':' , '<' , '=' , '>' , '?' , '@' , '\' , '~' , '^' , '|' , '*'
# NOT RUN { isSymbol('+') isSymbol('A') isSymbol('a') isSymbol('9') # }
Run the code above in your browser using DataLab