// author: Annika Boldt
// email:  aboldt@uni-heidelberg.de
// date:   2014-12-10
// This file contains regular expression patterns for year numbers (2 digit).
// FORMAT: one line is one disjunction of the pattern
\d\d
