regex | R Documentation |
Dependency-free drop-in alternative for stringr::regex()
.
regex(
pattern,
ignore_case = FALSE,
multiline = FALSE,
comments = FALSE,
dotall = FALSE
)
pattern |
Pattern to modify behavior. |
ignore_case |
Should case differences be ignored in the match? |
multiline |
If |
comments |
If |
dotall |
If |
An integer vector.
Adapted from the stringr package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.