----- Original Message ----- From: "Ian Lurie" <[EMAIL PROTECTED]> > Sorry to bug you again, but can you do a quick sanity check? I think this > one works: > > <h[^h]*h[0-9] ---------------------------
Wouldn't that run into problems with "h" in text inside the tags? I suppose it'd have to be immediately followed by a number - and I guess (1) unless you're on MX you run into the "greedy" regex matching problem again, and (2) if you're on MX wouldn't Matthew's example work anyways? - Gyrus ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://www.norlonto.net - PGP key available ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

