regex/five_digit library
Properties
- fiveDigit ↔ RegExp
-
This file contains a regular expression to match ASCII characters.
A regular expression that matches any string containing only ASCII characters.
The pattern used by the asciiReg regular expression.
getter/setter pair
- fiveDigitStr ↔ String
-
The pattern used by the fiveDigit regular expression.
The pattern matches any string that contains exactly 5 digits (0-9).
getter/setter pair