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

Reply via email to