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






Call downcase function from string class


"Test".downcase 

 

Related examples in the same category

1.concatenate a string to the result
2.Adding a call to capitalize onto the statement.