Und - wie ist das mit den Sonderzeichen in den Dom�nennamen?

Stefan.

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 11. Dezember 2003 12:27
An: '[EMAIL PROTECTED]'
Betreff: [Coffeehouse] An den Tr�ger der Schwarzen Socke in RegEx-Fu

den find ich ja besonders nett:

Patern:
^((\"[^\"\f\n\r\t\v\b]+\")|([\w\!\#\$\%\&\'\*\+\-\~\/\^\`\|\{\}]+(\.[\w\!\#\
$\%\&\'\*\+\-\~\/\^\`\|\{\}]+)*))@((\[(((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]
?[0-9]))\.((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9]))\.((25[0-5])|(2[0-4][
0-9])|([0-1]?[0-9]?[0-9]))\.((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9])))\]
)|(((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9]))\.((25[0-5])|(2[0-4][0-9])|(
[0-1]?[0-9]?[0-9]))\.((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9]))\.((25[0-5
])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9])))|((([A-Za-z0-9\-])+\.)+[A-Za-z\-]+))$ 

matches:[/A/Wacky/[EMAIL PROTECTED], [EMAIL PROTECTED], ["blah b.
blahburger"@blah.com] 
Non-Matches:  [./A/Wacky/[EMAIL PROTECTED], [EMAIL PROTECTED],
[-"blah b. blahburger"@blah.com]  

Description:   Email address validator. Should cover most of RFC 822,
including unusual (but still valid) addresses. Does not restrict the top
level domain size, but you're better off doing an nslookup or similar if you
absolutely must have a valid domain. Accepts IP Addresses instead of the
domain, with or without brackets. 

mfg

HH

 
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an