My strings look like:
demo10Q3
, DEMO10Q4
,DEMO11Q1
,DEMO11Q2
,DEMO12Q3
,DEMO13Q4
,…
The first number is year and the second number is quarter.
I want DEMO10Q4
,DEMO11Q1
,DEMO11Q2
,DEMO12Q3
,DEMO13Q4
and all the ones after 2013.
What’s the right regex?