powered by
Checks whether a character belongs to the set {blank, tabulator, new line, carriage return, page break }.
isWhitespace(ch)
character to be checked
TRUE/FALSE, depending on character belonging to the specified set.
# NOT RUN { isWhitespace(' ') isWhitespace('\n') isWhitespace('a') # }
Run the code above in your browser using DataLab