A RegExp object used to validate if a string consists entirely of digits.
Uses the digitReg pattern to perform the match.
RegExp digitReg = RegExp(digitRegStr);