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