Working with words, sentences, and paragraphs are common requirements in many applications. In this chapter, you'll learn about the Ruby string data type and walk through how to integrate string data into a Ruby program. Additionally, you'll learn how to do the following:
- Employ string manipulation techniques using core Ruby methods
- Demonstrate how to work with the string data type in Ruby