Great! Final verification question. Atleast for now :)

Do I need to use delimiter for a hyphen?

/^[a-zA-Z0-9][\w-]*\.[a-zA-z]+$/
or
/^[a-zA-Z0-9][\w\-]*\.[a-zA-z]+$/

thanks

> --On Friday, October 10, 2003 18:21 -0700 "[EMAIL PROTECTED]"
> <[EMAIL PROTECTED]> wrote:
>
>> So, would this be it for the optional?
>>
>> /^[a-zA-Z0-9][\w-]*\.[a-zA-z]+$/
>>
>> thanks
>
> Yep, that should work for you.
>
> Daniel T. Staal
>
> (By the way: Don't reply to me *and* the list.  I've set up my email
> client so that replying to me (when I'm sending to this list) sets my
> reply address as the list.  Adding the list again just sends a dupe.
> Some people like off-list replies.  I don't.)
>
> ---------------------------------------------------------------
> This email copyright the author.  Unless otherwise noted, you
> are expressly allowed to retransmit, quote, or otherwise use
> the contents for non-commercial purposes.  This copyright will
> expire 5 years after the author's death, or in 30 years,
> whichever is longer, unless such a period is in excess of
> local copyright law.
> ---------------------------------------------------------------
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-----------------------------------------
eMail solutions by 
http://www.swanmail.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to