R/isUppercase.R

Defines functions isUppercase

Documented in isUppercase

#do not edit, edit noweb/qmrparser.nw
isUppercase  <- function(ch) 'A' <= ch && ch <= 'Z'

Try the qmrparser package in your browser

Any scripts or data that you put into this service are public.

qmrparser documentation built on April 24, 2022, 1:05 a.m.