re2r (version 0.2.0)

print.re2_matrix: Print information about a re2_matrix

Description

Print information about a re2_matrix

Usage

# S3 method for re2_matrix
print(x, ...)

Arguments

x

an re2_matrix

...

further arguments passed to or from other methods.

Examples

Run this code
# NOT RUN {
print(re2_match(".*", "abc"))
# }

Run the code above in your browser using DataLab