I'm guessing that you actually want <h(anynum)>(any text here)</h(anynum)> ?
You could use <h[0-9]>([^<]*)</h[0-9]> but that would only work where there are no HTML tags between the h tags. > -----Original Message----- > From: Ian Lurie [mailto:[EMAIL PROTECTED]] > Sent: Monday, 23 September 2002 5:15 p.m. > To: CF-Talk > Subject: Regex help, again > > > I'm trying to pull all <h(anynum)>(any text here)</h>. > > I've got: <h[0-9]> but can't seem to get the wildcard to work > so that I can > grab the entire element. > > Any ideas? > > Ian > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

