[EMAIL PROTECTED] wrote:
> Then use a simple strstr to first find out if the string does contain 
> mydomain.com :-)

My example was a simple one. I can't just check to see if the string
contains the mydomain.com first because I am not passing a string to
preg_replace but a whole text file.

I want preg_replace to replace all occurrences in the text file of the
regexp:

 "#<a href=(\"|')http://([^\"']+)(\"|')#ime"

But only if the regexp doesn't contain http://www.mydomain.com.

How can I get preg_replace to ignore instances of
http://www.mydomain.com when it is doing it's global search and replace?

Thanks,

Jean-Christian Imbeault


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to