spanRegex top-level property

RegExp spanRegex
final

Not used for the ISO parsing, but this helps us in our parsing to find tokens like "3y"

Implementation

final spanRegex = RegExp(spanPattern);