Thanks, but doesn't quite do it.  I should probably clarify what I need.  I
left out an important word last time.

What I need to end up with is a string that is anywhere between 6 and 20
characters long that contains _only_ letters and/or numbers.  No special
characters at all.  In the case of ^[a-zA-Z0-9]{6,20}$ it allows special
characters once it finds at least 6 letters and/or numbers.  It's that
"only" part that is giving me trouble.

----- Original Message -----
From: "Ben Doom" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, June 25, 2004 3:55 PM
Subject: Re: A little regexp help

> ^[a-zA-Z0-9]{6,20}$
>
> The ^ matches the beginning o the string and the $ the end.
>
> --Ben Doom
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to