<?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/"
	>

<channel>
	<title>blog.udzura.jp &#187; 正規表現</title>
	<atom:link href="http://blog.udzura.jp/categories/tech/regexp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.udzura.jp</link>
	<description>Got on the Weird Rails</description>
	<lastBuildDate>Mon, 07 May 2012 00:25:44 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>正規表現の先読み/否定先読み/戻り読みの話</title>
		<link>http://blog.udzura.jp/2010/10/03/lookahead-negativelookahead-lookbehind-on-regexp/</link>
		<comments>http://blog.udzura.jp/2010/10/03/lookahead-negativelookahead-lookbehind-on-regexp/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 03:29:39 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=677</guid>
		<description><![CDATA[Time to Read 7～8分 先読み 例えば、「1000の累乗」の数値表現（たとえば 1000, 1000000, 1000000000）にマッチする正規表現を考える。素直に考えれば、 1 /1&#40;?:000 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2010/10/03/lookahead-negativelookahead-lookbehind-on-regexp/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>

