This should be simple for all you RegEx Gurus.

I have a textarea field that may contain list numbers such as : (i)  (ii).
What I want to do is convert those to LI statements.

I know you have to escape the parathesis but it produces:  <LI>i)  and <LI>ii)

How can I change it just to an LI statement (regardless on the list number, 
since it can be i, ii, iii, iv)

I tried:

rereplace(myTextField,'\(*\)','ALL')

TIA!



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321211
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to