re_capture | R Documentation |
Retrieve regular expression named capture groups as a list
re_capture(x, re, ...)
x |
a character string to capture from |
re |
the regular expression to use |
... |
additional arguments passed to |
a named list of matches
shinyAce:::re_capture("ak09j b", "(?<num>\\d+)(?<alpha>[a-zA-Z]+)", perl = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.