Regex string to match String that ends with rDoubles.
static const rDoubleEnd = r'(' + rDoubles + r')(?=$)';