Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / January 2006



Tip: Looking for answers? Try searching our database.

replacing # chars in a text

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
solosier2 - 31 Jan 2006 01:31 GMT
I have a couple paragraph text that need to parse through. Problem is that
there several "#" signs in it. So doing Find/Replaces create problems.  How can
I use cold fusion to simply remove them? #ReplaceNoCase(thetext,'#','','All')#
obviously doesnt work.  Is there are Char() value for the pound I can use?
Stressed_Simon - 31 Jan 2006 07:24 GMT
Or you can just escape them:-

#ReplaceNoCase(thetext,'##','####','All')#
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.