I am having trouble getting a regular expression to match a dollar value. The string I'm using is: \b\$35,000\b If I remove the \$ then it matches the 35,000 string, so I am guessing I must be doing something wrong.
I am having trouble getting a regular expression to match a dollar value. The string I'm using is: \b\$35,000\b If I remove the \$ then it matches the 35,000 string, so I am guessing I must be doing something wrong.