[wplug] regex help

James O'Kane jo2y at midnightlinux.com
Sun Jan 11 21:50:11 EST 2004


On Sun, 11 Jan 2004, Russ Schneider wrote:

> I"m trying to come up with the regex that will find:
> <td 'any characters'>

Will this work? 
/<td[^>]*>/

If I remember right with preg_replace, you need the //'s.

-james





More information about the wplug mailing list