Description Usage Arguments Examples
Simplify pattern strings.
1 |
pattern |
a pre-compiled regular expression or a string |
... |
further arguments passed to |
1 2 3 4 5 | get_simplify("a{1}")
get_simplify("a{3}b+(:?abc(a))")
get_simplify("a{2,3}a{2}")
get_simplify(re2("1+2",literal = TRUE))
get_pattern(re2("1+2",literal = TRUE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.