To reverse the characters means to alter the characters so they read in the opposite direction. : reverse « String « Ruby






To reverse the characters means to alter the characters so they read in the opposite direction.


puts "abcdefghijklmnopqrstuvwxyz".reverse

 








Related examples in the same category

1.Call reverse function from string class
2.Call reverse function from returning value from update function
3.Reverse a palindrome:
4.Reverse a string in or not in place