Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Menu
Creating Strings : String.new « String « Ruby
Ruby
String
String.new
Creating Strings
You can create strings with the
new
method. title = String.new # =>
""
Related examples in the same category
1.
test a string to see if it is empty with empty?
2.
test a string to see if it is empty before you process it
3.
length and size methods both return an integer indicating how many characters a string holds.
4.
The new method can take a string argument