sorry,try this.. <cfset str= "[somethings1] somethings2]" />
<cfset str = REReplaceNoCase(str,"]","","ALL")& "]"> Thanks Srinivas On 5/29/08, Ganta Srinivasa Rao <[EMAIL PROTECTED]> wrote: > > Hi Orso, > > can do some thing like this > > <cfset str= "[somethings1] somethings2]" /> > > <cfset str = REReplaceNoCase(str,"[0-9]]","","ALL")& "]"> > > Thanks > Srinivas > > ** > > > > On 5/29/08, Orso Bubu <[EMAIL PROTECTED]> wrote: >> >> Hello to everyone, >> >> I have a string as follows >> >> [somethings1] somethings2] >> >> and I have to eliminate the ] after somethings1 so in order to obtain this >> >> [somethings1 somtehings2] >> >> Thanks for your help.... and excuse for my bad English... >> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/RegEx/message.cfm/messageid:1143 Subscription: http://www.houseoffusion.com/groups/RegEx/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21
