Introduction
A string is a sequence of one or more characters that may consist of letters, numbers, or symbols.
Strings in Ruby are objects, and unlike other languages, strings are mutable, which means they can be changed in place instead of creating new strings.
You’ll use strings in...
Working with Strings in Ruby
Category: DevOps, Linux Tutorials
Comments
Post a Comment