Hi:

I'm trying to replace the new line character with <BR> for every line
between the ".nf" and ".fi" tags.


Sample Text:
 -----
text

.nf
Prepared by:
Richard E. Wallace
Bureau of Audits

Reviewed by:
C. Joseph Meisinger
Fiscal Office
.fi

more text

-----

I was thinking this, but it doesn't work:

<CFSET fileText = REReplaceNoCase(fileText, "\.nf[[:space:]]*
([^
]*
)*[[:space:]]*\.fi", "\1<BR>", "ALL")>

Any ideas?

Thanks,Nicole

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to