Home » Validate » Validate » Bug #7011
VALIDATE_STREET pattern does not permit '.'
Details
| Request #7011 | VALIDATE_STREET pattern does not permit '.' |
|---|---|
| Submitted | 2006-03-03 20:59 UTC |
| From | nhyde at bigdrift dot com |
| Assigned | pajoye |
| Status | Closed |
| Package | Validate |
| PHP Version | 4.4.1 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-03-03 20:59 UTC] nhyde at bigdrift dot com
Description:
------------
Proposal: Add a dot to the list of valid characters for a street name (VALIDATE_STREET pattern).
As the VALIDATE_STREET pattern does not currently permit the '.' character in a street name, abbreviations such as Dr. and Blvd. currently fail validation.
Expected result:
----------------
Jones Blvd. = valid ; Farkley Dr. = valid, etc.