Extract currency value using regular expressions

Hello

I think I understand your sample…

Regex Pattern:

(?<=SAR\s)[\d,.]+

Take a look at this solution

Want to learn Regex? Check out my Mega post :blush: