powered by
metachar provides the metacharacters of extended regular expressions (as a character vector).
metachar
An object of class character of length 12.
character
metachar allows illustrating the notion of meta-characters in regular expressions (and provides corresponding exemplars).
See ?base::regex for details.
?base::regex
cclass for a vector of character classes.
cclass
Other text objects and functions: Umlaut, capitalize(), caseflip(), cclass, count_chars(), count_words(), l33t_rul35, read_ascii(), text_to_sentences(), text_to_words(), transl33t()
Umlaut
capitalize()
caseflip()
count_chars()
count_words()
l33t_rul35
read_ascii()
text_to_sentences()
text_to_words()
transl33t()
# NOT RUN { metachar length(metachar) # 12 nchar(paste0(metachar, collapse = "")) # 12 # }
Run the code above in your browser using DataLab