Quote:
Originally Posted by palindrome-fox
Or is it possible to do something like below? It didn't seem to work when I experimented with it
Code:
#25k-49,999
wordest=>^[2-9,],\d\d\d$=>25-50k
|
https://regex101.com/ is a great source for testing regular expressions. Make sure you set 'Flavor' to Python.
Here's what happens when you put that expression in:
https://regex101.com/r/ko3I31/1