Changes

Jump to: navigation, search

Ruby String Concatenation and Comparison

77 bytes added, 21:11, 27 November 2007
no edit summary
In the previous chapter ([[Ruby Strings - Creation and Basics]]) we looked at how to create a Ruby string object. In this chapter we will look at manipulatingacessing, comparing and concatenating strings in Ruby. In the next chapter we will look at [[Manipulating and Converting Ruby Strings]].
== Concatenating Strings in Ruby ==
<pre>
myString = "Welcome " "to " "Ruby!"
=> "Welcome to Ruby!"
</pre>

Navigation menu