Heh.  I gotta stop looking for zebras.  Even if someone shouts "Zebra!" 
   Yeah, your solution is much more efficient than mine.

--Ben Doom

Jochem van Dieten wrote:
> Jide Aliu wrote:
>> Is it possible to wrap a <p> tag round bullet list like the examplme below, 
>> amongst a massive chunk of data, basically wherever the function or regex 
>> finds an opening and closed <ul> tag it wraps an opening and closing <p> tag 
>> rounds it:
> 
> You don't even need a regex for that, just use two regular replace 
> operations:
> ReplaceNocase(ReplaceNocase(text, "</ul>", "</ul><p>", "All", "<ul>", 
> "<p><ul>", "All")
> 
> Jochem
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284076
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to