Regular Expression??

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hello,

I am working on an ASP.net/vb.net app. I have an address field that I
requires a street address, but disallows a P.O. Box.
Question: What would be the best way to go about this?
Would a regular expression work? Or should I just check the string and
ensure that it doesn't contain P.O. Box?

Any help would be greatly apprecitated.

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top