{regexp:regexplicit.yearSem, match2tw: function(matches){ 
            var tw={year:matches[1], sem:matches[2]};
            if(matches[3]){ tw.sem=1; }
            if(matches[4]){ tw.sem=2; }
            return TimeWarp.sem(tw);