Regular expressions to match.
Map<String, RegExp> get regExes => <String, RegExp>{ 'recentYear': RegExp(r'19\d\d|200\d|201\d|202\d'), };