<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: regex 0.9.6</title>
	<atom:link href="http://larsolavtorvik.com/2008/10/regex-0_9_6/feed/" rel="self" type="application/rss+xml" />
	<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/</link>
	<description>my developer blog...</description>
	<pubDate>Sat, 19 May 2012 16:51:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Kostya</title>
		<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/#comment-33270</link>
		<dc:creator>Kostya</dc:creator>
		<pubDate>Wed, 09 May 2012 06:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=18#comment-33270</guid>
		<description>In PHP PCRE doesn't work character /. It seems that regex engine sees that character as metacharacter.</description>
		<content:encoded><![CDATA[<p>In PHP PCRE doesn&#8217;t work character /. It seems that regex engine sees that character as metacharacter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funsion</title>
		<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/#comment-33265</link>
		<dc:creator>Funsion</dc:creator>
		<pubDate>Sun, 11 Mar 2012 00:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=18#comment-33265</guid>
		<description>这个正则表达式的工具实在太好用了   o(∩_∩)o 
它让我能够更好的测试模式语法，楼主的无私奉献帮助很多对正则感到困惑的人
Thank You Very Much !</description>
		<content:encoded><![CDATA[<p>这个正则表达式的工具实在太好用了   o(∩_∩)o<br />
它让我能够更好的测试模式语法，楼主的无私奉献帮助很多对正则感到困惑的人<br />
Thank You Very Much !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: georf.de &#187; Echtzeit-Regulärer-Ausdruck-Parser &#8211; RegHex</title>
		<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/#comment-33264</link>
		<dc:creator>georf.de &#187; Echtzeit-Regulärer-Ausdruck-Parser &#8211; RegHex</dc:creator>
		<pubDate>Mon, 27 Feb 2012 19:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=18#comment-33264</guid>
		<description>[...] Bestimmt steht jeder Programmierer mal vor dem Problem einen regulären Ausdruck zu schreiben. Gerade bei komplizierten Ausdrücken ist das Testen sehr schwierig. Deshalb gibt es im Internet einige Programme und Webseiten, auf denen man reguläre Ausdrücke auseinander nehmen kann. Allerdings müssen Programme installiert werden und die Webseiten sind sehr alt. [...]</description>
		<content:encoded><![CDATA[<p>[...] Bestimmt steht jeder Programmierer mal vor dem Problem einen regulären Ausdruck zu schreiben. Gerade bei komplizierten Ausdrücken ist das Testen sehr schwierig. Deshalb gibt es im Internet einige Programme und Webseiten, auf denen man reguläre Ausdrücke auseinander nehmen kann. Allerdings müssen Programme installiert werden und die Webseiten sind sehr alt. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian</title>
		<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/#comment-33262</link>
		<dc:creator>Lucian</dc:creator>
		<pubDate>Tue, 14 Feb 2012 22:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=18#comment-33262</guid>
		<description>Wow, it's exactly a year since I first used this tool and I must admit I'm using it almost daily. Whatever you do (with your hosting/server), please don't close it! Or, if you had to quit providing it, please email me, I will be more then happy to host it myself on one of my websites.

If you decide to put a "donate" button somewhere, I may thank you for creating it this way!</description>
		<content:encoded><![CDATA[<p>Wow, it&#8217;s exactly a year since I first used this tool and I must admit I&#8217;m using it almost daily. Whatever you do (with your hosting/server), please don&#8217;t close it! Or, if you had to quit providing it, please email me, I will be more then happy to host it myself on one of my websites.</p>
<p>If you decide to put a &#8220;donate&#8221; button somewhere, I may thank you for creating it this way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie</title>
		<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/#comment-33257</link>
		<dc:creator>Ronnie</dc:creator>
		<pubDate>Mon, 24 Oct 2011 07:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=18#comment-33257</guid>
		<description>I also love to use this tool, it makes regular expressions less hard.

I can confirm what DaveDisaster said about the quotes in the js version.

I also noticed a small other problem:
Pattern: "&#60;meta charset="(.*?)"/&#62;"
Replacement: "&#60;meta http-equiv="Content-Type" content="text/html; charset=$1" /&#62;"
Subject: "&#60;head&#62;&#60;meta charset="utf-8"/&#62;&#60;title&#62;"

The tool detects the pattern in the string, but the replacement is not visible. When i remove the first “&#60;” in the replacement sting it works as it should.

When i use the &#60; in real javascript it works.

I see wordpress is filtering the HTML input so i replaced them with &#60; and &#62;</description>
		<content:encoded><![CDATA[<p>I also love to use this tool, it makes regular expressions less hard.</p>
<p>I can confirm what DaveDisaster said about the quotes in the js version.</p>
<p>I also noticed a small other problem:<br />
Pattern: &#8220;&lt;meta charset=&#8221;(.*?)&#8221;/&gt;&#8221;<br />
Replacement: &#8220;&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=$1&#8243; /&gt;&#8221;<br />
Subject: &#8220;&lt;head&gt;&lt;meta charset=&#8221;utf-8&#8243;/&gt;&lt;title&gt;&#8221;</p>
<p>The tool detects the pattern in the string, but the replacement is not visible. When i remove the first “&lt;” in the replacement sting it works as it should.</p>
<p>When i use the &lt; in real javascript it works.</p>
<p>I see wordpress is filtering the HTML input so i replaced them with &lt; and &gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie</title>
		<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/#comment-33256</link>
		<dc:creator>Ronnie</dc:creator>
		<pubDate>Mon, 24 Oct 2011 07:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=18#comment-33256</guid>
		<description>I also love to use this tool, it makes regular expressions less hard.

I can confirm what DaveDisaster said about the quotes in the js version.

I also noticed a small other problem:
Pattern: 
Replacement: 
Subject: 

The tool detects the pattern in the string, but the replacement is not visible. When i remove the first "&#60;" in the replacement sting it works as it should.

When i use the &#60; in real javascript it works.</description>
		<content:encoded><![CDATA[<p>I also love to use this tool, it makes regular expressions less hard.</p>
<p>I can confirm what DaveDisaster said about the quotes in the js version.</p>
<p>I also noticed a small other problem:<br />
Pattern:<br />
Replacement:<br />
Subject: </p>
<p>The tool detects the pattern in the string, but the replacement is not visible. When i remove the first &#8220;&lt;&#8221; in the replacement sting it works as it should.</p>
<p>When i use the &lt; in real javascript it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveDisaster</title>
		<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/#comment-33254</link>
		<dc:creator>DaveDisaster</dc:creator>
		<pubDate>Wed, 19 Oct 2011 16:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=18#comment-33254</guid>
		<description>I use your regex tool on a regular basis. Incredibly useful utility, so thanks for the update.

Seems to be a small issue with JavaScript code output for replace - the replacement string (or backref as the case may be) is not quoted, which will cause people problems if they copy/paste the code from your site.

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>I use your regex tool on a regular basis. Incredibly useful utility, so thanks for the update.</p>
<p>Seems to be a small issue with JavaScript code output for replace - the replacement string (or backref as the case may be) is not quoted, which will cause people problems if they copy/paste the code from your site.</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/#comment-33253</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Tue, 18 Oct 2011 10:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=18#comment-33253</guid>
		<description>Dear Lars,

Thanks for a very useful, well designed tool. I truly helped me out debugging a complex pcre. 

One suggestion for improvement, the generated php code does not properly escape the backslash "\" and the single quote "'". For example: pattern 'a+\\'b+' on subject string 'aaa\'bbb' is coded as preg_match('/'a+\\'b+'/', ''aaa\'bbb'', $result); but that code is not valid - it should be preg_match('/\\\'a+\\\\\'b+\\\'/', '\'aaa\\\'bbb\'', $result);</description>
		<content:encoded><![CDATA[<p>Dear Lars,</p>
<p>Thanks for a very useful, well designed tool. I truly helped me out debugging a complex pcre. </p>
<p>One suggestion for improvement, the generated php code does not properly escape the backslash &#8220;\&#8221; and the single quote &#8220;&#8216;&#8221;. For example: pattern &#8216;a+\\&#8217;b+&#8217; on subject string &#8216;aaa\&#8217;bbb&#8217; is coded as preg_match(&#8217;/'a+\\&#8217;b+&#8217;/', &#8221;aaa\&#8217;bbb&#8221;, $result); but that code is not valid - it should be preg_match(&#8217;/\\\&#8217;a+\\\\\&#8217;b+\\\&#8217;/', &#8216;\&#8217;aaa\\\&#8217;bbb\&#8221;, $result);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oxman</title>
		<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/#comment-33251</link>
		<dc:creator>oxman</dc:creator>
		<pubDate>Wed, 28 Sep 2011 09:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=18#comment-33251</guid>
		<description>Very nice one !</description>
		<content:encoded><![CDATA[<p>Very nice one !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zamus</title>
		<link>http://larsolavtorvik.com/2008/10/regex-0_9_6/#comment-33235</link>
		<dc:creator>Zamus</dc:creator>
		<pubDate>Mon, 11 Apr 2011 16:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=18#comment-33235</guid>
		<description>Thanks for the regex tool.

add the following above the adword.

If you like this tool, click on the advertisers!

:D ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the regex tool.</p>
<p>add the following above the adword.</p>
<p>If you like this tool, click on the advertisers!</p>
<p> <img src='http://larsolavtorvik.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <img src='http://larsolavtorvik.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
 
