I have a product feed with products that have prices ranging from 0 - 10000.
The product price is populated for each product.
I want to match products that have prices over 1500 using RegEx.
I have searched online to find out how to match numeric ranges, but I am struggling to figure out how to do it.
Can you tell me what RegEx should I use to match numeric values above 1500.
Thanks so much.
PS - due to the limitations with the system I am using, we can only use RegEx to try achieve the above.