Check the stackoverflow in this result:

http://www.google.co.uk/search?hl=en&q=find+roman+numerals+regex&btnG=Search
&meta=

Adrian

> -----Original Message-----
> From: CF Developer [mailto:coldfus...@mindkeeper.net]
> Sent: 02 April 2009 13:00
> To: cf-talk
> Subject: simple RegEx?
> 
> 
> 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:321215
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