powered by
Print information about a pre-compiled regular expression
# S3 method for re2c print(x, options = FALSE, ...)
a pre-compiled regular expression
print options
further arguments passed to or from other methods.
# NOT RUN { re2("(.*)@([^.]*)") re2("(?P<name>sd)") print(re2("sd"), options = TRUE) # }
Run the code above in your browser using DataLab