Reverse a palindrome: : reverse « String « Ruby






Reverse a palindrome:


palindrome = "dennis sinned"
palindrome.reverse! 
p palindrome

 








Related examples in the same category

1.Call reverse function from string class
2.Call reverse function from returning value from update function
3.To reverse the characters means to alter the characters so they read in the opposite direction.
4.Reverse a string in or not in place