I am trying to create a regular expression to match every ( and ) in a string, but exclude \( and \). This is so that I can replace every parentheses but keep the ones with the slash in front of them.I am trying to create a regular expression to m
I am trying to create a regular expression to match every ( and ) in a string, but exclude \( and \). This is so that I can replace every parentheses but keep the ones with the slash in front of them.I am trying to create a regular expression to m