SlideShare a Scribd company logo
RUBY STRING
Hoang Quan(BlazingRockStorm)
Contents
INTRODUCTION
USING QUOTES
CREATING STRING OBJECT
ESCAPE SEQUENCE
CONVERT TO STRING
INTERATING WITH STRING
ACCESSING STRING AS ARRAY
MULTILINE STRING
VARIABLE INTERPOLATION
Introduction
Introduction
String are one of the most important data
types in computer languages.
A string is a sequence of Unicode
characters. It is a data type that stores a
sequence of data values in which
elements usually stand for characters
according to a character encoding.
String objects may be created using
String::new or as literals. When a string
appears literally in source code, it is
known as a string literal.
In Ruby string literals are enclosed by
single or double quotes.
Creating string
Creating
string
Using quotes
Using quotes
Escape sequence
Escape
sequence
Converting to string
Converting to
string
Accessing string as array
Converting to
string
Multiline string
Multiline string
Multiline string
Variable interpolation
Variable interpolation
The %s and %d are formatting characters that expect a string and a
number, respectively. The values are provided in square brackets
after the % character.
Variable interpolation is replacing variables with their values inside
string literals. To substitute a variable with a value, the variable name
is put between #{var_name} characters inside the string literal
Other methods
Other methods
Thank you!
ありがとうございます!
Ad

Recommended

3 Datatypes
3 Datatypes
Deepak Hagadur Bheemaraju
 
Strings and Symbols
Strings and Symbols
Blazing Cloud
 
14 ruby strings
14 ruby strings
Walker Maidana
 
06 ruby variables
06 ruby variables
Walker Maidana
 
Ruby training day1
Ruby training day1
Bindesh Vijayan
 
Learn ruby intro
Learn ruby intro
Young Alista
 
Learn ruby intro
Learn ruby intro
Fraboni Ec
 
Learn ruby intro
Learn ruby intro
Luis Goldster
 
Learn rubyintro
Learn rubyintro
Hoang Nguyen
 
Learn rubyintro
Learn rubyintro
Tony Nguyen
 
Learn ruby intro
Learn ruby intro
James Wong
 
Learn ruby intro
Learn ruby intro
Harry Potter
 
A Tale of Two String Representations
A Tale of Two String Representations
nirvdrum
 
00 ruby tutorial
00 ruby tutorial
Walker Maidana
 
Ruby from zero to hero
Ruby from zero to hero
Diego Lemos
 
Learn Ruby 2011 - Session 2
Learn Ruby 2011 - Session 2
James Thompson
 
Strings Objects Variables
Strings Objects Variables
Chaffey College
 
Ruby data types and objects
Ruby data types and objects
Harkamal Singh
 
Introduction to Ruby
Introduction to Ruby
MobME Technical
 
Kon nichi wa_ruby
Kon nichi wa_ruby
Scott Motte
 
Ruby_Basic
Ruby_Basic
Kushal Jangid
 
Ruby -the wheel Technology
Ruby -the wheel Technology
ppparthpatel123
 
3 Strings Symbols
3 Strings Symbols
liahhansen
 
Python Programming Essentials - M7 - Strings
Python Programming Essentials - M7 - Strings
P3 InfoTech Solutions Pvt. Ltd.
 
Eloquent ruby
Eloquent ruby
Santu Koley
 
Ruby basic
Ruby basic
Ho Yin Liu
 
Ruby Programming Language - Introduction
Ruby Programming Language - Introduction
Kwangshin Oh
 
Cより速いRubyプログラム
Cより速いRubyプログラム
kwatch
 
01. Ruby Introduction - Ruby Core Teaching
01. Ruby Introduction - Ruby Core Teaching
quanhoangd129
 
09. Ruby Object Oriented Programming - Ruby Core Teaching
09. Ruby Object Oriented Programming - Ruby Core Teaching
quanhoangd129
 

More Related Content

Similar to 07. Ruby String Slides - Ruby Core Teaching (20)

Learn rubyintro
Learn rubyintro
Hoang Nguyen
 
Learn rubyintro
Learn rubyintro
Tony Nguyen
 
Learn ruby intro
Learn ruby intro
James Wong
 
Learn ruby intro
Learn ruby intro
Harry Potter
 
A Tale of Two String Representations
A Tale of Two String Representations
nirvdrum
 
00 ruby tutorial
00 ruby tutorial
Walker Maidana
 
Ruby from zero to hero
Ruby from zero to hero
Diego Lemos
 
Learn Ruby 2011 - Session 2
Learn Ruby 2011 - Session 2
James Thompson
 
Strings Objects Variables
Strings Objects Variables
Chaffey College
 
Ruby data types and objects
Ruby data types and objects
Harkamal Singh
 
Introduction to Ruby
Introduction to Ruby
MobME Technical
 
Kon nichi wa_ruby
Kon nichi wa_ruby
Scott Motte
 
Ruby_Basic
Ruby_Basic
Kushal Jangid
 
Ruby -the wheel Technology
Ruby -the wheel Technology
ppparthpatel123
 
3 Strings Symbols
3 Strings Symbols
liahhansen
 
Python Programming Essentials - M7 - Strings
Python Programming Essentials - M7 - Strings
P3 InfoTech Solutions Pvt. Ltd.
 
Eloquent ruby
Eloquent ruby
Santu Koley
 
Ruby basic
Ruby basic
Ho Yin Liu
 
Ruby Programming Language - Introduction
Ruby Programming Language - Introduction
Kwangshin Oh
 
Cより速いRubyプログラム
Cより速いRubyプログラム
kwatch
 
Learn ruby intro
Learn ruby intro
James Wong
 
A Tale of Two String Representations
A Tale of Two String Representations
nirvdrum
 
Ruby from zero to hero
Ruby from zero to hero
Diego Lemos
 
Learn Ruby 2011 - Session 2
Learn Ruby 2011 - Session 2
James Thompson
 
Strings Objects Variables
Strings Objects Variables
Chaffey College
 
Ruby data types and objects
Ruby data types and objects
Harkamal Singh
 
Kon nichi wa_ruby
Kon nichi wa_ruby
Scott Motte
 
Ruby -the wheel Technology
Ruby -the wheel Technology
ppparthpatel123
 
3 Strings Symbols
3 Strings Symbols
liahhansen
 
Ruby Programming Language - Introduction
Ruby Programming Language - Introduction
Kwangshin Oh
 
Cより速いRubyプログラム
Cより速いRubyプログラム
kwatch
 

More from quanhoangd129 (8)

01. Ruby Introduction - Ruby Core Teaching
01. Ruby Introduction - Ruby Core Teaching
quanhoangd129
 
09. Ruby Object Oriented Programming - Ruby Core Teaching
09. Ruby Object Oriented Programming - Ruby Core Teaching
quanhoangd129
 
03. Ruby Variables & Regex - Ruby Core Teaching
03. Ruby Variables & Regex - Ruby Core Teaching
quanhoangd129
 
02. Ruby Basic slides - Ruby Core Teaching
02. Ruby Basic slides - Ruby Core Teaching
quanhoangd129
 
06. Ruby Array & Hash - Ruby Core Teaching
06. Ruby Array & Hash - Ruby Core Teaching
quanhoangd129
 
05. Ruby Control Structures - Ruby Core Teaching
05. Ruby Control Structures - Ruby Core Teaching
quanhoangd129
 
04. Ruby Operators Slides - Ruby Core Teaching
04. Ruby Operators Slides - Ruby Core Teaching
quanhoangd129
 
08. Ruby Enumerable - Ruby Core Teaching
08. Ruby Enumerable - Ruby Core Teaching
quanhoangd129
 
01. Ruby Introduction - Ruby Core Teaching
01. Ruby Introduction - Ruby Core Teaching
quanhoangd129
 
09. Ruby Object Oriented Programming - Ruby Core Teaching
09. Ruby Object Oriented Programming - Ruby Core Teaching
quanhoangd129
 
03. Ruby Variables & Regex - Ruby Core Teaching
03. Ruby Variables & Regex - Ruby Core Teaching
quanhoangd129
 
02. Ruby Basic slides - Ruby Core Teaching
02. Ruby Basic slides - Ruby Core Teaching
quanhoangd129
 
06. Ruby Array & Hash - Ruby Core Teaching
06. Ruby Array & Hash - Ruby Core Teaching
quanhoangd129
 
05. Ruby Control Structures - Ruby Core Teaching
05. Ruby Control Structures - Ruby Core Teaching
quanhoangd129
 
04. Ruby Operators Slides - Ruby Core Teaching
04. Ruby Operators Slides - Ruby Core Teaching
quanhoangd129
 
08. Ruby Enumerable - Ruby Core Teaching
08. Ruby Enumerable - Ruby Core Teaching
quanhoangd129
 
Ad

Recently uploaded (20)

How the US Navy Approaches DevSecOps with Raise 2.0
How the US Navy Approaches DevSecOps with Raise 2.0
Anchore
 
OpenTelemetry 101 Cloud Native Barcelona
OpenTelemetry 101 Cloud Native Barcelona
Imma Valls Bernaus
 
How to Choose the Right Web Development Agency.pdf
How to Choose the Right Web Development Agency.pdf
Creative Fosters
 
Integrating Survey123 and R&H Data Using FME
Integrating Survey123 and R&H Data Using FME
Safe Software
 
Looking for a BIRT Report Alternative Here’s Why Helical Insight Stands Out.pdf
Looking for a BIRT Report Alternative Here’s Why Helical Insight Stands Out.pdf
Varsha Nayak
 
Agentic Techniques in Retrieval-Augmented Generation with Azure AI Search
Agentic Techniques in Retrieval-Augmented Generation with Azure AI Search
Maxim Salnikov
 
Software Testing & it’s types (DevOps)
Software Testing & it’s types (DevOps)
S Pranav (Deepu)
 
Making significant Software Architecture decisions
Making significant Software Architecture decisions
Bert Jan Schrijver
 
Milwaukee Marketo User Group June 2025 - Optimize and Enhance Efficiency - Sm...
Milwaukee Marketo User Group June 2025 - Optimize and Enhance Efficiency - Sm...
BradBedford3
 
Wondershare PDFelement Pro 11.4.20.3548 Crack Free Download
Wondershare PDFelement Pro 11.4.20.3548 Crack Free Download
Puppy jhon
 
Step by step guide to install Flutter and Dart
Step by step guide to install Flutter and Dart
S Pranav (Deepu)
 
Who will create the languages of the future?
Who will create the languages of the future?
Jordi Cabot
 
Artificial Intelligence Applications Across Industries
Artificial Intelligence Applications Across Industries
SandeepKS52
 
UPDASP a project coordination unit ......
UPDASP a project coordination unit ......
withrj1
 
Advanced Token Development - Decentralized Innovation
Advanced Token Development - Decentralized Innovation
arohisinghas720
 
Smadav Pro 2025 Rev 15.4 Crack Full Version With Registration Key
Smadav Pro 2025 Rev 15.4 Crack Full Version With Registration Key
joybepari360
 
MOVIE RECOMMENDATION SYSTEM, UDUMULA GOPI REDDY, Y24MC13085.pptx
MOVIE RECOMMENDATION SYSTEM, UDUMULA GOPI REDDY, Y24MC13085.pptx
Maharshi Mallela
 
Women in Tech: Marketo Engage User Group - June 2025 - AJO with AWS
Women in Tech: Marketo Engage User Group - June 2025 - AJO with AWS
BradBedford3
 
Application Modernization with Choreo - The AI-Native Internal Developer Plat...
Application Modernization with Choreo - The AI-Native Internal Developer Plat...
WSO2
 
IBM Rational Unified Process For Software Engineering - Introduction
IBM Rational Unified Process For Software Engineering - Introduction
Gaurav Sharma
 
How the US Navy Approaches DevSecOps with Raise 2.0
How the US Navy Approaches DevSecOps with Raise 2.0
Anchore
 
OpenTelemetry 101 Cloud Native Barcelona
OpenTelemetry 101 Cloud Native Barcelona
Imma Valls Bernaus
 
How to Choose the Right Web Development Agency.pdf
How to Choose the Right Web Development Agency.pdf
Creative Fosters
 
Integrating Survey123 and R&H Data Using FME
Integrating Survey123 and R&H Data Using FME
Safe Software
 
Looking for a BIRT Report Alternative Here’s Why Helical Insight Stands Out.pdf
Looking for a BIRT Report Alternative Here’s Why Helical Insight Stands Out.pdf
Varsha Nayak
 
Agentic Techniques in Retrieval-Augmented Generation with Azure AI Search
Agentic Techniques in Retrieval-Augmented Generation with Azure AI Search
Maxim Salnikov
 
Software Testing & it’s types (DevOps)
Software Testing & it’s types (DevOps)
S Pranav (Deepu)
 
Making significant Software Architecture decisions
Making significant Software Architecture decisions
Bert Jan Schrijver
 
Milwaukee Marketo User Group June 2025 - Optimize and Enhance Efficiency - Sm...
Milwaukee Marketo User Group June 2025 - Optimize and Enhance Efficiency - Sm...
BradBedford3
 
Wondershare PDFelement Pro 11.4.20.3548 Crack Free Download
Wondershare PDFelement Pro 11.4.20.3548 Crack Free Download
Puppy jhon
 
Step by step guide to install Flutter and Dart
Step by step guide to install Flutter and Dart
S Pranav (Deepu)
 
Who will create the languages of the future?
Who will create the languages of the future?
Jordi Cabot
 
Artificial Intelligence Applications Across Industries
Artificial Intelligence Applications Across Industries
SandeepKS52
 
UPDASP a project coordination unit ......
UPDASP a project coordination unit ......
withrj1
 
Advanced Token Development - Decentralized Innovation
Advanced Token Development - Decentralized Innovation
arohisinghas720
 
Smadav Pro 2025 Rev 15.4 Crack Full Version With Registration Key
Smadav Pro 2025 Rev 15.4 Crack Full Version With Registration Key
joybepari360
 
MOVIE RECOMMENDATION SYSTEM, UDUMULA GOPI REDDY, Y24MC13085.pptx
MOVIE RECOMMENDATION SYSTEM, UDUMULA GOPI REDDY, Y24MC13085.pptx
Maharshi Mallela
 
Women in Tech: Marketo Engage User Group - June 2025 - AJO with AWS
Women in Tech: Marketo Engage User Group - June 2025 - AJO with AWS
BradBedford3
 
Application Modernization with Choreo - The AI-Native Internal Developer Plat...
Application Modernization with Choreo - The AI-Native Internal Developer Plat...
WSO2
 
IBM Rational Unified Process For Software Engineering - Introduction
IBM Rational Unified Process For Software Engineering - Introduction
Gaurav Sharma
 
Ad

07. Ruby String Slides - Ruby Core Teaching