I wonder if there's anyone around who can help me with this... It's
driving me crazy. I want a regexp to find a pattern starting with "<B ",
then any number of characters, until the first ">" and replace it with
"\b " (RTF markup).

I have tried doing this, but it's not working:

<cfset cleantext = rereplacenocase(grubbytext,"<B[^>]*>","\b ","ALL")> 

Anyone?
K.
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to