Description Usage Arguments Value Examples
The string specification for this RE2.
1 |
pattern |
a pre-compiled regular expression or a string |
... |
further arguments passed to |
a string
1 2 3 4 | regexp = re2("1")
get_pattern(regexp)
get_pattern(re2("^(?P<abc>abc)a"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.