Enter Keywords:
1 - 10 of 24(0.004 seconds)
Sort By:
 
What is wrong with this <cfset spec = ReReplace(spec,"#chr(13)##chr(10)#","<br>","ALL")> <cfset spec = REReplace(spec,"  "," ","all")>
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...
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 ...
Zones: CFMLDate Answered: 05/21/2009 Rating: 9.0 Views: 0
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...
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...
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 ...
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.
Zones: ColdFusion Studio, ColdFusion Applicatio...Date Answered: 08/21/2007 Rating: 8.2 Views: 98
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...
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 -----------------------------------------------...
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 ...
Zones: Cold...Date Answered: 10/29/2003 Rating: 7.8 Views: 0