powered by
x
caseflip flips the case of characters in a string of text x.
caseflip(x)
A string of text (required).
capitalize for converting the case of initial letters.
capitalize
Other text objects and functions: Umlaut, capitalize(), cclass, count_chars(), count_words(), l33t_rul35, metachar, read_ascii(), text_to_sentences(), text_to_words(), transl33t()
Umlaut
capitalize()
cclass
count_chars()
count_words()
l33t_rul35
metachar
read_ascii()
text_to_sentences()
text_to_words()
transl33t()
# NOT RUN { x <- c("Hello world!", "This is a 1st sentence.", "This is the 2nd sentence.", "The end.") caseflip(x) # }
Run the code above in your browser using DataLab