Rdocumentation
powered by
Learn R Programming
rebus (version 0.0-4)
exactly: Make a regex exact
Description
Makes a regex exact: that is, it must contain the whole string, not just part of it.
Usage
exactly(x)
Arguments
x
A character vector.
Value
A character vector representing part or all of a regular expression.
Examples
Run this code
exactly(
"#"
%R% hex_digit(
6
))
Run the code above in your browser using
DataLab