Here I have statements here my money in statement as MUR 30,000 or MUR 30000 or 30000 MUR or 30,000 MUR
Here I have one regex which works for MUR 30000 and MUR 30,000 but now I want regex for all this fours.
My Regex
/MUR d+(,d+)?/g
Here I have statements here my money in statement as MUR 30,000 or MUR 30000 or 30000 MUR or 30,000 MUR
Here I have one regex which works for MUR 30000 and MUR 30,000 but now I want regex for all this fours.
My Regex
/MUR d+(,d+)?/g