monthRegex property

RegExp monthRegex
final

Implementation

static final RegExp monthRegex = RegExp(r'(\d+)\s*month(s)?');