<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Worth Living &#187; Stringクラス（文字列）</title>
	<atom:link href="https://worthliv.com/category/ruby/ruby-string/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/ruby/ruby-string/feed" />
	<item>
		<title>Ascii文字列を文字コード配列に変換する</title>
		<link>https://worthliv.com/ruby_ascii.html</link>
		<comments>https://worthliv.com/ruby_ascii.html#comments</comments>
		<pubDate>Sun, 08 Sep 2013 06:53:24 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Stringクラス（文字列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1243</guid>
		<description><![CDATA[以下のページを参考にして、Ascii文字列を受け取り、Ascii文字コードの配列に変換するメソッドを定義する。 スポンサーリンク 逆引きRuby &#8211; 文字列 文字列を[]で1文字だけ参照するとそのASCII文 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_ascii.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_ascii.html" />
	</item>
		<item>
		<title>文字列の連結・インデックス・改行削除</title>
		<link>https://worthliv.com/ruby_post_30.html</link>
		<comments>https://worthliv.com/ruby_post_30.html#comments</comments>
		<pubDate>Tue, 25 Jun 2013 16:53:37 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Stringクラス（文字列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1161</guid>
		<description><![CDATA[Rubyでの、文字列を操作するメソッドの続きです。 と、その前に、いくつかの言語で文字列を操作するメソッド、関数の比較で役立つページを発見しました。 スポンサーリンク 参考：文字列操作の比較表: Ruby, Python [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_30.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_30.html" />
	</item>
		<item>
		<title>文字列の長さ・文字列の分割</title>
		<link>https://worthliv.com/ruby_post_29.html</link>
		<comments>https://worthliv.com/ruby_post_29.html#comments</comments>
		<pubDate>Tue, 25 Jun 2013 15:28:14 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Stringクラス（文字列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1160</guid>
		<description><![CDATA[文字列の長さを調べたり、特定の目的の元に文字列を分割するメソッドです。 スポンサーリンク puts &#34;---文字列の長さを調べる&#34; p &#34;This world is wonderful!&#038;q [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_29.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_29.html" />
	</item>
		<item>
		<title>Rubyのヒアドキュメント</title>
		<link>https://worthliv.com/ruby_ruby_4.html</link>
		<comments>https://worthliv.com/ruby_ruby_4.html#comments</comments>
		<pubDate>Tue, 25 Jun 2013 14:56:19 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Stringクラス（文字列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1159</guid>
		<description><![CDATA[Rubyでもヒアドキュメントを書けます。 ヒアドキュメントとは、改行を含む長い文字列を作る場合に用いる記法です。 PerlやPHPなどでも、ウェブアプリケーションを作るときなどに重宝しますね。 スポンサーリンク text [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_ruby_4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_ruby_4.html" />
	</item>
		<item>
		<title>文字列クラスの基本・%Q, %qで文字列</title>
		<link>https://worthliv.com/ruby_q_q.html</link>
		<comments>https://worthliv.com/ruby_q_q.html#comments</comments>
		<pubDate>Tue, 25 Jun 2013 14:27:07 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[Stringクラス（文字列）]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1158</guid>
		<description><![CDATA[文字列を扱う基本として、文字列は配列と同じようなコンテキストで扱えます。 C,C++などの経験があれば、文字列を配列として操作するのにもお馴染みでしょう。 Rubyでは、配列と文字列では、共通するメソッドを使えます。 ス [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_q_q.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_q_q.html" />
	</item>
	</channel>
</rss>
