I found one that worked - thanks all of you for your help! <h[^h]*h[0-9]>
-----Original Message----- From: Ben Doom [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 12:05 PM To: CF-Talk Subject: RE: Regex help, again Are you just worried about the first tag pair, or all of them? Or is there only one tag pair on the page? If you are looking at the contents of multiple tag pairs, how should they be returned? --Ben Doom Programmer & General Lackey Moonbow Software : -----Original Message----- : From: Ian Lurie [mailto:[EMAIL PROTECTED]] : Sent: Monday, September 23, 2002 1:15 AM : 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 : : ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

