Identify a specific pattern exactly.
rx_find(.data = NULL, value)
.data | Expression to append, typically pulled from the pipe |
---|---|
value | Exact expression to match |
Capturing group: https://www.regular-expressions.info/brackets.html
Stack Overflow: https://stackoverflow.com/questions/3512471
rx_find(value = "apple")#> [1] "(apple)"#> [1] FALSE#> [1] TRUE