Validation Expression

M

momo

I need to know how to enter the ValidationExpression for 6 or more
characters

I know ValidationExpression=\w{6} only allow 6 characters but I want it to
be at least 6 or more and I only want numbers and letters no special
character.

Can you help me

Thanks.

momo.
 
M

momo

Road Warrior
I tried that and it did not work. i want to make I got this right.

I tired both
ValidationExpression = "/=-+u/w/t6+"

and this

ValidationExpression="-+u/w/t6+"

And it did not work
 
C

Chris R. Timmons

I need to know how to enter the ValidationExpression for 6 or
more characters

I know ValidationExpression=\w{6} only allow 6 characters but I
want it to be at least 6 or more and I only want numbers and
letters no special character.

Try this:

^(\w|\d){6,}$

Hope this helps.

Chris.
 
R

Road Warrior

momo please feel free to call me by my given name...lessless

try this one:

ValidationExpression = "/=-+u/w/t6+iamsostupidimightnotfigurethisout"

hope that helps

lessless
 

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

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top