Whatever message this page gives is out now! Go check it out!
Reverse(string)Parameter | Description |
string | A string or a variable that contains one |
<cfoutput>reverse(6*2) equals #reverse(6*2)#<cfoutput>reverse(6*2) equals 21<cfscript>
stringToReverse="The quick brown fox jumps over the lazy dog"
writeOutput(Reverse(stringToReverse))
</cfscript>