Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 22(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.8
What is wrong with this <cfset spec = ReReplace(spec,"#chr(13)##chr(10)#","<br>","ALL")> <cfset spec = REReplace(spec,"  "," ","all")>
Zones: ColdFusion Application ServerDate Answered: 03/14/2006 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: ColdFusion Application Server, CFMLDate Answered: 12/11/2007 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 Views: 10
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: ColdFusion Application Server, ColdFusion ...Date Answered: 07/13/2005 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: ColdFusion Application ServerDate Answered: 09/01/2006 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: ColdFusion Application ServerDate Answered: 01/26/2007 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 ...Date Answered: 08/21/2007 Views: 87
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: ColdFusion Application ServerDate Answered: 12/15/2002 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: ColdFusion Application ServerDate Answered: 09/30/2003 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: ColdFusion Application ServerDate Answered: 10/29/2003 Views: 0