|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
so i was told to come here to ask this question...
how can i make an equivalent of this code in Coldfusion. original code in PHP:
Code:
$str = str_replace('<br>','\n',$str);
|
|
#2
|
|||
|
|||
|
<CFSET str = Replace(#str#, "<BR> ", "\n", "ALL")>
Though you should have just read the CF Function Reference if you want to save yourself time. |
|
#3
|
|||
|
|||
|
I try to ask people to read the docs before asking simple questions, I even made it a sticky. Doesn't really seem to help does it?
![]()
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > so i was told to come here to ask this question... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|