On 10/24/07, Andrew Curry <[EMAIL PROTECTED]> wrote:
> ^([a-zA-Z0-9_\-\.]+ # any character repeated from the set memorized into $1
> )@ # followed by an @
> ([a-zA-Z0-9_\-\.]+) # any character repeated from the set memorized into $2
> \.([a-zA-Z]{2,5})$ # any alphabetic character in both cases 2 -
^([a-zA-Z0-9_\-\.]+ # any character repeated from the set memorized into $1
)@ # followed by an @
([a-zA-Z0-9_\-\.]+) # any character repeated from the set memorized into $2
\.([a-zA-Z]{2,5})$ # any alphabetic character in both cases 2 - 5 in length
into $3
It looks like it will match an email add