powered by
The string specification for this RE2.
get_pattern(pattern, ...)
a pre-compiled regular expression or a string
further arguments passed to re2
re2
a string
# NOT RUN { regexp = re2("1") get_pattern(regexp) get_pattern(re2("^(?P<abc>abc)a")) # }
Run the code above in your browser using DataLab