<?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; 正規表現</title>
	<atom:link href="https://worthliv.com/category/programming/programming-regexp/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/programming/programming-regexp/feed" />
	<item>
		<title>preg_replace関数（PHP）</title>
		<link>https://worthliv.com/dproom_preg_replacephp.html</link>
		<comments>https://worthliv.com/dproom_preg_replacephp.html#comments</comments>
		<pubDate>Sat, 13 Apr 2013 12:44:29 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=922</guid>
		<description><![CDATA[preg_replace(&#8216;Perl正規表現&#8217;, 置換文字列, 検索文字列); のように使う。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#038; [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_preg_replacephp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_preg_replacephp.html" />
	</item>
		<item>
		<title>preg_matche関数（PHP）</title>
		<link>https://worthliv.com/dproom_preg_matchephp.html</link>
		<comments>https://worthliv.com/dproom_preg_matchephp.html#comments</comments>
		<pubDate>Sat, 13 Apr 2013 12:16:47 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=921</guid>
		<description><![CDATA[preg_matche関数は、Perl正規表現を用いて利用できる。 preg_matche(&#8216;Perl正規表現&#8217;, 文字列, 結果配列); と、使う。 &#8212;&#8212;&#8212;&#038; [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_preg_matchephp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_preg_matchephp.html" />
	</item>
		<item>
		<title>preg_match_all関数（PHP）</title>
		<link>https://worthliv.com/dproom_preg_match_allphp.html</link>
		<comments>https://worthliv.com/dproom_preg_match_allphp.html#comments</comments>
		<pubDate>Sat, 13 Apr 2013 11:39:57 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=920</guid>
		<description><![CDATA[PHPには、Perl互換の正規表現が使えるように関数が多数用意されている。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&# [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_preg_match_allphp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_preg_match_allphp.html" />
	</item>
		<item>
		<title>s///演算子・置換演算子（Perl）</title>
		<link>https://worthliv.com/dproom_sperl.html</link>
		<comments>https://worthliv.com/dproom_sperl.html#comments</comments>
		<pubDate>Sat, 13 Apr 2013 10:47:50 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=917</guid>
		<description><![CDATA[s///演算子は、置換演算子とも言い、変数の中身のうち、パターンにマッチした部分を置き換え文字列で置き換える。 s/パターンマッチ/置き換え文字列/;　と使う。 &#8212;&#8212;&#8212;&#8212;&#038; [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_sperl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_sperl.html" />
	</item>
		<item>
		<title>自動マッチ変数（Perl）</title>
		<link>https://worthliv.com/dproom_perl_3.html</link>
		<comments>https://worthliv.com/dproom_perl_3.html#comments</comments>
		<pubDate>Sat, 13 Apr 2013 08:59:58 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=916</guid>
		<description><![CDATA[マッチ変数には、３つの風変わりな自動マッチ変数が存在します。 $&#38;　　実際にパターンにマッチした部分が格納される $`　　マッチした部分より前にあるものが格納される $&#8217;　　マッチした部分より後ろにあ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_perl_3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_perl_3.html" />
	</item>
		<item>
		<title>マッチ変数（Perl）</title>
		<link>https://worthliv.com/dproom_perl_2.html</link>
		<comments>https://worthliv.com/dproom_perl_2.html#comments</comments>
		<pubDate>Sat, 13 Apr 2013 08:50:09 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=915</guid>
		<description><![CDATA[正規表現でカッコ( )で囲まれた部分は、メモリに記憶される。 正規表現のなかで、これを参照するには、\1、\2 として後方参照します。 Perl文の中では、正規表現メモリの内容は、$1、$2のような名前のスカラー変数に、 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_perl_2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_perl_2.html" />
	</item>
		<item>
		<title>正規表現のパターンをグループにまとめる</title>
		<link>https://worthliv.com/dproom_post_13.html</link>
		<comments>https://worthliv.com/dproom_post_13.html#comments</comments>
		<pubDate>Sat, 13 Apr 2013 06:58:25 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=911</guid>
		<description><![CDATA[カッコ( ) を使って、数学と同じように、パターンをグループにまとめることが出来ます。 スポンサーリンク 例えば、 /fred+/ は、fredddd のような文字列にマッチしますが、 /(fred)+/ は、fredd [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_post_13.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_post_13.html" />
	</item>
		<item>
		<title>正規表現の文字クラス</title>
		<link>https://worthliv.com/dproom_post_4.html</link>
		<comments>https://worthliv.com/dproom_post_4.html#comments</comments>
		<pubDate>Thu, 11 Apr 2013 12:03:01 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=895</guid>
		<description><![CDATA[文字クラスにより、正規表現の単一項目として、文字の集まりを扱える。 文字クラスは、[ ] で囲むことで使えます。 [ ] で囲まれた文字のどれか１個にマッチします。 スポンサーリンク [aAoP]　は、a、A、o、P　の [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_post_4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_post_4.html" />
	</item>
		<item>
		<title>正規表現のアンカー</title>
		<link>https://worthliv.com/dproom_post_3.html</link>
		<comments>https://worthliv.com/dproom_post_3.html#comments</comments>
		<pubDate>Thu, 11 Apr 2013 11:54:06 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=894</guid>
		<description><![CDATA[正規表現のアンカーは、具体的にパターンを照合させるために利用される。 スポンサーリンク ^アンカー　　文字列の最初で一致する $アンカー　　文字列の最後で一致する ^Gre は、Green、Gred　などに一致するが、I [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_post_3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_post_3.html" />
	</item>
	</channel>
</rss>
