Description Usage Examples
Match string out directly
1
regmatch(pattern, text, global = F, ...)
1 2 3
t <- c("Ab80", "bU09", "CC11", "D0A1", "EW19", "fp39") regmatch("[A-Z]", t) regmatch("[A-Z]", t, global = T)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.