What is wrong with this
<cfset spec = ReReplace(spec,"#chr(13)##chr(10)#","<br>","ALL")>
<cfset spec = REReplace(spec," "," ","all")>
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21772498...
Zones:
Cold...Date Answered: 03/14/2006 Rating: 8.8 Views: 0
I have some data I'm querying from my DB that I want to output into a drop down box. Some of the data rows returned have extra text inside of parenthesis that I want to remove before adding to the...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_23013808...
Zones:
Cold...Date Answered: 12/11/2007 Rating: 9.8 Views: 0
I have descriptions of items that I need to remove ALL characters that are not letters or numbers, and I would like to preserve spaces. I am new to expressions and on overload since I cannot seem ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFMLDate Answered: 05/21/2009 Rating: 9.0 Views: 5
I am trying to grab a block of HTML that is contained between two html comments:
<!-- start block -->
...html...
<!-- end block -->
I want to ignore everything before and after the comm...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21488768...
Zones:
Cold...Date Answered: 07/13/2005 Rating: 7.8 Views: 0
i have a string
"My company SomeName 1234 Steeles Avenue West Concord ON l4k 3s2"
i need to make the l4k 3s2 to upper case, it will always be in the format a9a 9a9
been trying this,
#myStri...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21903694...
Zones:
Cold...Date Answered: 09/01/2006 Rating: 7.8 Views: 0
Experts,
I am fairly new to Cold Fusion, and am looking for some help. I have this code below that takes a bunch of data and puts it into a comma delimited file. What happens with the code is ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_22137009...
Zones:
Cold...Date Answered: 01/26/2007 Rating: 7.0 Views: 0
How do I strip out all the invalid characters from a textarea input?
I want to allow ASCII characters 32 - 122 except for a few exceptions, such as the apostrophe and the quote.
http://www.experts-exchange.com/Web_Development/Software/ColdFusion_Studio/Q_22777102.html
can you suggest a more elegant solution that this:
i have a comma delimited file which have null elements in some of the columns.. i use a LISTGETAT to retrieve the relevant columns for db updat...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20424820...
Zones:
Cold...Date Answered: 12/15/2002 Rating: 7.0 Views: 0
Hi I am trying to extract a TITLE of books from a html pages wich looks like this all the time except the TITLE, ARTHUR etc changes...
HTML Part
-----------------------------------------------...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20753524...
Zones:
Cold...Date Answered: 09/30/2003 Rating: 6.8 Views: 0
Can I use ReReplace to replace the last occurance of a pattern with something else.
ie: I want to replace the last occurance of a space with a <br>
The Quick Brown Fox
I want to become
...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20781569...
Zones:
Cold...Date Answered: 10/29/2003 Rating: 7.8 Views: 0