Re: [PHP] regex questions

2001-07-10 Thread Christian Reiniger
On Tuesday 10 July 2001 23:04, Jerry Lake wrote: > the only pattern that they share is > that the end of the line ends with a number, > quotes and a closing bracket i.e. 7"> > I can match that pattern, with .\d"> but > when I try to replace it, I also replace > the number at the end, and not just

[PHP] regex questions

2001-07-10 Thread Jerry Lake
ok, I'm having some continual regex issues and perhaps someone can help me out with this. I've got a series of line of html that I am changing to xhtml and in doing so, each of those lines need to be appended with a " /" before the closeting bracket. the only pattern that they share is that the e