S
Simple Simon
Hi,
I need some help getting this P.O. Box regular expression to work, or
a new expression entirely. I got this one from a Google Groups
search. It seems to work at: http://regexlib.com/ but not at runtime.
I need to check if a P.O. Box exists in an address text box...UPS
won't ship some items to a P.O. Box.
ValidationExpression="(?i)^((?<!P\.?\s?O\.?\sBox).)+(?<!P\.?\s?O\.?\sBox)$"
Please help?
TIA,
~Gordon
I need some help getting this P.O. Box regular expression to work, or
a new expression entirely. I got this one from a Google Groups
search. It seems to work at: http://regexlib.com/ but not at runtime.
I need to check if a P.O. Box exists in an address text box...UPS
won't ship some items to a P.O. Box.
ValidationExpression="(?i)^((?<!P\.?\s?O\.?\sBox).)+(?<!P\.?\s?O\.?\sBox)$"
Please help?
TIA,
~Gordon