R/utils-basic.R
fix_to_regex.Rd
trans fixed string into regular expression string
fix_to_regex(p)
raw fixed pattern
regex pattern
fix_to_regex("ABC|?(*)") #> [1] "ABC\\|\\?\\(\\*\\)"