Reverses the order of items, such as the characters in a
string and the digits in a number
reverse(String)
→ returns string
reverse('Hello World')
Expected Result: dlroW olleH
reverse(123456789)
Expected Result: 987654321
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.