Can anyone show me a CF regular expression to extract the information between an opening and closing tag? Two examples: 1. <number>12345</number> I want to extract "12345". 2. <string>Employee</string> I want to extract "Employee" The tag could be any single word, with no attributes. Thanks. -David ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
- Re: RegExp to extract info between tags David Shadovitz
- Re: RegExp to extract info between tags Dick Applebaum
- Re: RegExp to extract info between tags David Shadovitz
- Re: RegExp to extract info between tags Dick Applebaum
- Re: RegExp to extract info between tags David Shadovitz
- RE: RegExp to extract info between tags Dan G. Switzer, II
- Re: RegExp to extract info between tags Dick Applebaum
- Re: RegExp to extract info between tags David Shadovitz
- Re: RegExp to extract info between tags David Shadovitz
- RE: RegExp to extract info between tags Lord, Heath
- Re: RegExp to extract info between tags David Shadovitz

