5 lines
117 B
Text
5 lines
117 B
Text
|
|
<cfoutput>
|
||
|
|
<cfset wordListTag = "Hello,How,Are,You,Today">
|
||
|
|
#Replace( wordListTag, ",", ".", "all" )#
|
||
|
|
</cfoutput>
|