I would like to create Regex for the values like this:
0 – 3000
3001 -5000
5001 -10000
10001 – 30000
30001 – 50000
50001 – max
Can any one help me on this how to create regex.
Thanks all
I would like to create Regex for the values like this:
0 – 3000
3001 -5000
5001 -10000
10001 – 30000
30001 – 50000
50001 – max
Can any one help me on this how to create regex.
Thanks all