yearRegex property

RegExp yearRegex
final

Implementation

static final RegExp yearRegex = RegExp(r'(\d+)\s*year(s)?');