Hello,
I need a regular expression that will not let someone continue to check out if the type in the word 'box' or 'Box' or 'BOX' followed by numbers. Both conditions have to be met for this to work, the word box and the numbers not one or the other. Does anyone know how to write this?
EDIT:
Hey guys, I've tried a few and the problem is that it's preventing regular addresses like 1234 S. Something Lane. All I want to prevent is if the user types in something like p.o. box 1234. We're figuring anything with the word 'box' and numbers after it should not be accepted.
thanks