Escape a string for regex
escape_regex(string)
string
A string to escape.
A string with escaped characters.
escape_regex("library(tidyverse)")