Last updated: Jul 4, 2022

Text in Ruby

Text is nothing but the objects of a string class. strings are nothing but mutable objects and the string class is what we call a set of operations and methods that are used to get a substring, insert and delete a text - all operations that we can do on a string.
String Interpolation with sprintf in Ruby
In this blog, we will learn about string interpolation in Ruby and how to do string interpolation using the sprintf method.
Character Literals In ruby
In this article, we will learn about Character Literals In ruby and the key considerations when utilizing character literally.
String Operators in Ruby
In this article, we will learn what text is and how to represent texts in Ruby using String Operators.
Accessing Characters and Substrings in ruby EASY
In this article, we will learn about the string literal in ruby and accessing characters and substrings in ruby.
Iterating Strings in Ruby
This article covers everything you need to know about Iterating strings in Ruby. Ruby is a high-level, interpreted programming language that supports a variety of programming paradigms.
Author Shiva
0 upvotes
String Encodings and Multibyte Characters in Ruby
In this blog, we will learn about String Encodings and Multibyte characters in ruby.
ASCII and BINARY Encodings in Ruby
In this blog, we will discuss Ruby's ASCII and Binary encoding tools.