View source: R/string-handling.R
rgx_lookahead | R Documentation |
Creates a lookahead/-behind regex. See details for more.
rgx_lookahead(pattern, match = ".*", negate = FALSE)
pattern |
Character value. The pattern before/behind which the subsequent function looks. |
match |
Character value. The regex that must match the string before/behind
the input of |
negate |
Logical value. If TRUE, function matches the part of input that
does not match input for argument |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.