Quote:
Originally Posted by NTLDR
Its posible to tell it to look for one thing but not another, its allong the lines of:
PHP Code:
$var = preg_replace('/(tofind)^(<a href="\S">tofind</a>/i', 'replacement', $var);
Now I'm certain the above, won't work , however its along those lines 
|
NTLDR, I will have to dig into this more. Question about your syntax though. Just to avoid any confusion, can you explain where I'd put the string to search for and the string that is to be placed in the output?