Ruby Strings

Strings

The Strings badge teaches you how to create and work with strings, learn about special characters and escape, and learn about common and useful methods available when working with strings.

5 videos • 1 quiz • 0 code challenges

Extra Credit

Write a Ruby program that asks you for a string. Have the program remove any punctuation from the string and then print it out in reverse.