powered by
Retrieve regular expression named capture groups as a list
re_capture(x, re, ...)
a named list of matches
a character string to capture from
the regular expression to use
additional arguments passed to regexpr
regexpr
shinyAce:::re_capture("ak09j b", "(?\\d+)(?[a-zA-Z]+)", perl = TRUE)
Run the code above in your browser using DataLab