Reverse (string) DescriptionReverses the order of items, such as the characters in a string, the digits in a number, or the elements in an array. Example<cfoutput> Using reverse on #Reverse("wow")# does not work well. On the other hand #Reverse(7 * 3)# does not equal 21. </cfoutput> |