// author: Annika Boldt
// email:  a.boldt@stud.uni-heidelberg.de
// date:   2014-12-08
// This file contains regular expression patterns for day numbers.
// FORMAT: one line is one disjunction of the pattern
[12][0-9]
3[01]
0?[1-9]
