On Fri, Sep 23, 2011 at 13:21, Tim Streater <[email protected]> wrote: > > Dan, > > Thanks for the suggestion but I need to know where the string occurs as I > want to then do some excision/incision.
Consider preg_replace() with that same pattern. Or, at the most
involved, preg_replace_callback().
--
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

