regexValInf property
Regular expression for a range from a int to positive infinity.
Implementation
static RegExp regexValInf = Range._createRegex(valRe, 'infinity');
Regular expression for a range from a int to positive infinity.
static RegExp regexValInf = Range._createRegex(valRe, 'infinity');