powered by
The returned string, used as a regular expression, will exactly match the original string.
quote_meta(unquoted, parallel = FALSE, grain_size = 1e+05)
unquoted string
multithreading support
a minimum chunk size for tuning the behavior of parallel algorithms.
quoted string
# NOT RUN { quote_meta(c("1.2","abc")) re2_detect("1+2", "1+2") re2_detect("1+2", quote_meta("1+2")) re2_detect("1+2", re2("1+2",literal = TRUE)) # }
Run the code above in your browser using DataLab