Used below code to regex filter.
(20[01]\d|20[01]\d)
But, it allows from 2000 to 2019. But, I need only from 2009 to 2019. Please let me know how to change this logic?
Also, next year.. if I want to change manually from 2010 to 2020. can you use the same regex by changing nos.?