Hi,

I have a text box whereby I need to check to make sure that the user typed in a minimum pattern requirement.

The text box needs to at the minimum contain 1 character (either alpha or numeric) followed by a / and then followed by at least 1 more character (alpha or numeric). So, at the minimum, the text needs to look like:

a/a or 1/1 or A/a or 4/5 etc...

but can also look like:

asdfkadgjakldf/asdfadjfkladfj/asdfajdfkj etc...

just as long as there is at least 1 forward slash immediately preceded by character and followed by a character..

any help would be apprecaited..

dan