regex/half_width_reg
library
Properties
-
halfWidthReg
↔ 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.
The pattern matches any string that contains only characters in the range 0-127 (inclusive).
getter/setter pair
-
halfWidthRegStr
↔ String
-
The pattern used by the halfWidthReg regular expression.
The pattern matches any string that contains only half-width characters.
The pattern allows for optional leading and trailing digits, an optional decimal point,
and an optional exponent part (e.g., e+10 or E-10).
The pattern matches any string that contains only half-width characters.
getter/setter pair