I'm new to Regular Expressions. I'm trying to identify the year in
vsdir
as an integer e.g. number (2013) where
vsdir="vs2013"
so that I can apply an if statement where if this number is < 2010 (one outcome), else (another outcome)
I'm doing this in a pythpon script. Can anyone give any suggestions please?