Working with Strings in Ruby
Strings are a common data type we find and use in many programming languages. As we are used to using Strings, we find that there are several common methods/functions for working with strings. Some we’ve already seen, but here are also some new ones. size: the size operator lets us see how big a string…