ArkOfTheCovenant
Junior Member
Posts: 5
Registered: 10/6/2005
Member Is Offline
|
| posted on 10/7/2005 at 12:04 PM |
|
|
Which format to use to validate PO box addresses
Have another question.
What format type is best to use when validating a street address that is a p o box address. If I have P.O. Box 12345 and try to validate using
alphanum or alpha, these formats don't seem to work. From looking at the documentation, it looks like it doesn't like the periods nor the numbers
because when I take both of them out everything works fine. But this is not good because I need the dots after the P and O and need the number
address.... Any ideas of what format I should use to validate po box address correctly?
Is possible to use more than one format for the same field?
Thanks
|
|
|
ArkOfTheCovenant
Junior Member
Posts: 5
Registered: 10/6/2005
Member Is Offline
|
| posted on 10/7/2005 at 12:16 PM |
|
|
Never mind. I created a regex expression to handle this case.
Thanks
|
|
|