Is it possible to "automatically" backslash the regex "special" characters if they appear in a term?
I have a record that looks like such: "A random record + stuff".
when i do a regex on that record i would need to \ the +.
If I have a bunch of records that could possilbe contain any character, I would have to do that for every character that could cause a problem.