Const
Regular expression that matches ASCII characters.
Matches a string that contains only ASCII characters (from U+0000 to U+007F). Use this regular expression to validate if a string contains only ASCII characters.
Regular expression that matches ASCII characters.