// 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
[12]\d\d\d
