RegEx Help
I need a little of RegEx help based on the following:
When there is a price associated with an element and an underscore is present. The text that appears from the underscore to the price should be suppressed. For example:
The following string:
Cash Back_Requires Redemption _$5 for 12 Months Cl $0.00
Would be translated to:
Cash Back $0.00
TIA
