<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Rejax: Ajax Regex Tester</title>
	<atom:link href="http://ajaxian.com/archives/rejax-ajax-regex-tester/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/rejax-ajax-regex-tester</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Brendon</title>
		<link>http://ajaxian.com/archives/rejax-ajax-regex-tester/comment-page-1#comment-247337</link>
		<dc:creator>Brendon</dc:creator>
		<pubDate>Sun, 18 Feb 2007 22:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/rejax-ajax-regex-tester#comment-247337</guid>
		<description>ReJax has tons of new updates and now has a new home:

http://projects.aphexcreations.net/rejax/</description>
		<content:encoded><![CDATA[<p>ReJax has tons of new updates and now has a new home:</p>
<p><a href="http://projects.aphexcreations.net/rejax/" rel="nofollow">http://projects.aphexcreations.net/rejax/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venimus</title>
		<link>http://ajaxian.com/archives/rejax-ajax-regex-tester/comment-page-1#comment-15051</link>
		<dc:creator>Venimus</dc:creator>
		<pubDate>Fri, 26 May 2006 20:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/rejax-ajax-regex-tester#comment-15051</guid>
		<description>there is such an AJAX tool for several years already at www.koralsoft.com/regextester</description>
		<content:encoded><![CDATA[<p>there is such an AJAX tool for several years already at <a href="http://www.koralsoft.com/regextester" rel="nofollow">http://www.koralsoft.com/regextester</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; Rexv.org - powerful regex evaluator</title>
		<link>http://ajaxian.com/archives/rejax-ajax-regex-tester/comment-page-1#comment-2492</link>
		<dc:creator>Ajaxian &#187; Rexv.org - powerful regex evaluator</dc:creator>
		<pubDate>Mon, 16 Jan 2006 16:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/rejax-ajax-regex-tester#comment-2492</guid>
		<description>[...] We wrote before about some ajax regex tools to help test regular expressions. Recently we came upon rexv.org, which really is the swiss army knife of online reg ex tools. It supports three different regex modes: PHP PCRE, PHP Posix, javascript. Also includes options for greediness, case sensitivity, unicode, and others. [...]</description>
		<content:encoded><![CDATA[<p>[...] We wrote before about some ajax regex tools to help test regular expressions. Recently we came upon rexv.org, which really is the swiss army knife of online reg ex tools. It supports three different regex modes: PHP PCRE, PHP Posix, javascript. Also includes options for greediness, case sensitivity, unicode, and others. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claus</title>
		<link>http://ajaxian.com/archives/rejax-ajax-regex-tester/comment-page-1#comment-1706</link>
		<dc:creator>Claus</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/rejax-ajax-regex-tester#comment-1706</guid>
		<description>Great utility. It would be extra great if it also gave a list of what parens captures actually capture in the output.</description>
		<content:encoded><![CDATA[<p>Great utility. It would be extra great if it also gave a list of what parens captures actually capture in the output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Ippolito</title>
		<link>http://ajaxian.com/archives/rejax-ajax-regex-tester/comment-page-1#comment-1707</link>
		<dc:creator>Bob Ippolito</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/rejax-ajax-regex-tester#comment-1707</guid>
		<description>JavaScript&#039;s RegExp object actually doesn&#039;t provide you with all the functionality you need to display grouped matches separately and correctly.

Rejax doesn&#039;t seem to highlight matches correctly in Safari (it displays $&amp; instead of the match), though it does in Firefox

MochiKit has had a regex demo for some time now, but its stylesheet isn&#039;t as fancy:
http://mochikit.com/examples/mochiregexp/</description>
		<content:encoded><![CDATA[<p>JavaScript&#8217;s RegExp object actually doesn&#8217;t provide you with all the functionality you need to display grouped matches separately and correctly.</p>
<p>Rejax doesn&#8217;t seem to highlight matches correctly in Safari (it displays $&#038; instead of the match), though it does in Firefox</p>
<p>MochiKit has had a regex demo for some time now, but its stylesheet isn&#8217;t as fancy:<br />
<a href="http://mochikit.com/examples/mochiregexp/" rel="nofollow">http://mochikit.com/examples/mochiregexp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Fenocchi</title>
		<link>http://ajaxian.com/archives/rejax-ajax-regex-tester/comment-page-1#comment-1708</link>
		<dc:creator>Jonathan Fenocchi</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/rejax-ajax-regex-tester#comment-1708</guid>
		<description>JavaScript Regex testers aren&#039;t uncommon. An individual notified me just recently of something he put together that accomplishes the same goal. You can find it here: http://bokehman.com/regex_checker
</description>
		<content:encoded><![CDATA[<p>JavaScript Regex testers aren&#8217;t uncommon. An individual notified me just recently of something he put together that accomplishes the same goal. You can find it here: <a href="http://bokehman.com/regex_checker" rel="nofollow">http://bokehman.com/regex_checker</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

