in reply to Re: Regex question - capturing next char
in thread Regex question - capturing next char

And for the degenerative case: [<][^>]+[>] does not allow for an empty <> field. Perhaps [<][^>]*[>] is better?

-QM
--
Quantum Mechanics: The dreams stuff is made of