
wondering why am I getting invalid expression even if my regex expression matches with
Tax (30%) - $46
wondering why am I getting invalid expression even if my regex expression matches with
Tax (30%) - $46
Best answer by Abhay Naik
Hi
$ in AA indicates that you are starting a variable so the command expects you to close it with $. But since you are trying to pass the regex with “$” symbol you should put $$ which is interpreted as “$” symbol.
Hope this helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.