I have a scenario where I have to remove certain characters from a price string using C#.
I\'m looking for a regular expression to remove these characters or somethi
To find "( Ex. TAX )" try this regex:
/\( Ex\. TAX \)/i