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