Call reverse function from string class : reverse « String « Ruby





Call reverse function from string class


"Test".reverse 

 

Related examples in the same category

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