Escaping strings so I can do an exact match filter
Escaping strings so I can do an exact match filter
![penguin020](https://secure.gravatar.com/avatar/076ecbe5aa801b9417fd7e81f704d64e/?default=https%3A%2F%2Fvanillicon.com%2F076ecbe5aa801b9417fd7e81f704d64e_200.png&rating=g&size=120)
I have possible regex characters in a filter field, and I need to do an exact match. The response I have seen here is to use regex filtering and pre/postpend ^/$, but, since my filter text contains regex control characters(parenthesis, for example) , I do not think this will work. Does anyone have any guidance they can spare? Do I need to escape my search strings? If so, any suggestions on how to go about that?
This discussion has been closed.