Hi! I have a problem with search(); I try to match a contact header with IP address:
if !(search("Contact:[EMAIL PROTECTED]:")) {
works fine, whereas
if !(search("Contact:[EMAIL PROTECTED]:")) {
does not work. ^^
Looks like search() does not like \d
Are there any known limitations for the regular expressions?
regards
klaus
_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users
