The ^ matches the beginning o the string and the $ the end.
--Ben Doom
Todd wrote:
> This is probably a simple one, but I have little experience with
> regexps. I have a string that must only contain letters and/or numbers
> and be between 6 and 20 characters long. So far, I have
> [a-zA-Z0-9]{6,20} but that only gets me 1/2 way there.
>
> Thanks!
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

