regexInfInf property

RegExp regexInfInf
getter/setter pair

Regular expression for a range from negative to positive infinity.

Implementation

static RegExp regexInfInf = Range._createRegex('-infinity', 'infinity');