If the whole file is like this, henestly you don't really need CF_REextract for this. 1º replace all occurences of </p>[[:space:]]<ul> by #chr(13)##chr(10)#<ul> 2º replace all </ul> with </ul>#chr(13)##chr(10)#</p>
You don't even need regexp for 2º Now, if you have UL blocs with no preceding <P>, or multi-level <UL>s, then it's another story. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284205 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

