<?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: Getting started with Regular Expressions</title>
	<atom:link href="http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/</link>
	<description>Josh Tynjala explores Flash, Flex, and ActionScript.</description>
	<lastBuildDate>Sat, 31 Jul 2010 02:55:11 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/comment-page-1/#comment-58958</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Wed, 22 Oct 2008 21:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/70/getting-started-with-regular-expressions/#comment-58958</guid>
		<description>Ryan, I spotted your RegExp Explorer a few days ago. It&#039;s very cool. I don&#039;t work with regular expressions often, but I&#039;ll definitely look to play around with your explorer in the future.</description>
		<content:encoded><![CDATA[<p>Ryan, I spotted your RegExp Explorer a few days ago. It&#8217;s very cool. I don&#8217;t work with regular expressions often, but I&#8217;ll definitely look to play around with your explorer in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Swanson</title>
		<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/comment-page-1/#comment-58950</link>
		<dc:creator>Ryan Swanson</dc:creator>
		<pubDate>Wed, 22 Oct 2008 21:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/70/getting-started-with-regular-expressions/#comment-58950</guid>
		<description>Hey Josh,

I&#039;ve followed your work for some time and enjoyed your presentation on creating your TreeMap component at FlexManiacs in D.C.  You do some great work.

I just stumbled on this post about creating a regular expression tool and wanted to let you know about a similar application I&#039;ve recently created that takes the idea a bit further.

It&#039;s called the Flex 3 Regular Expression Explorer (similar in many ways to the Component and Styles Explorers) and includes not only the ability to work with regular expressions in a live-updating tool and an example library of common expressions, but also the ability to share your own examples with the community and an integrated help/reference panel.

http://blog.ryanswanson.com/2008/10/introducing-flex-3-regular-expression.html

I hope you&#039;ll check it out and would certainly love some feedback.

Thanks,
Ryan</description>
		<content:encoded><![CDATA[<p>Hey Josh,</p>
<p>I&#8217;ve followed your work for some time and enjoyed your presentation on creating your TreeMap component at FlexManiacs in D.C.  You do some great work.</p>
<p>I just stumbled on this post about creating a regular expression tool and wanted to let you know about a similar application I&#8217;ve recently created that takes the idea a bit further.</p>
<p>It&#8217;s called the Flex 3 Regular Expression Explorer (similar in many ways to the Component and Styles Explorers) and includes not only the ability to work with regular expressions in a live-updating tool and an example library of common expressions, but also the ability to share your own examples with the community and an integrated help/reference panel.</p>
<p><a href="http://blog.ryanswanson.com/2008/10/introducing-flex-3-regular-expression.html" rel="nofollow">http://blog.ryanswanson.com/2008/10/introducing-flex-3-regular-expression.html</a></p>
<p>I hope you&#8217;ll check it out and would certainly love some feedback.</p>
<p>Thanks,<br />
Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: worked</title>
		<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/comment-page-1/#comment-50127</link>
		<dc:creator>worked</dc:creator>
		<pubDate>Mon, 23 Jun 2008 17:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/70/getting-started-with-regular-expressions/#comment-50127</guid>
		<description>^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[&amp;\-#!%]).{5,13}$  Working!  Thanks again for the app!</description>
		<content:encoded><![CDATA[<p>^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[&amp;\-#!%]).{5,13}$  Working!  Thanks again for the app!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: worked</title>
		<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/comment-page-1/#comment-50122</link>
		<dc:creator>worked</dc:creator>
		<pubDate>Mon, 23 Jun 2008 15:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/70/getting-started-with-regular-expressions/#comment-50122</guid>
		<description>...and I appreciate the app, I&#039;ll be using it as I too learn more about regexp.  Also, I found this snippet and it requires 6-12 characters, one uppercase, one lowercase and one number: ^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{5,13}$  Now to find a way to require one special character and I&#039;m all set.  ;)</description>
		<content:encoded><![CDATA[<p>&#8230;and I appreciate the app, I&#8217;ll be using it as I too learn more about regexp.  Also, I found this snippet and it requires 6-12 characters, one uppercase, one lowercase and one number: ^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{5,13}$  Now to find a way to require one special character and I&#8217;m all set.  <img src='http://joshblog.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/comment-page-1/#comment-50119</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Mon, 23 Jun 2008 15:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/70/getting-started-with-regular-expressions/#comment-50119</guid>
		<description>Sorry worked, I&#039;m no regex expert. That&#039;s why I made this app, so it would be easy to play around with regex until I figured it out.</description>
		<content:encoded><![CDATA[<p>Sorry worked, I&#8217;m no regex expert. That&#8217;s why I made this app, so it would be easy to play around with regex until I figured it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: worked</title>
		<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/comment-page-1/#comment-50117</link>
		<dc:creator>worked</dc:creator>
		<pubDate>Mon, 23 Jun 2008 13:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/70/getting-started-with-regular-expressions/#comment-50117</guid>
		<description>What would the regexp look like if one required at least one number and one special character with a range from 6-12 characters? i.e., for a password input field.  Thanks!</description>
		<content:encoded><![CDATA[<p>What would the regexp look like if one required at least one number and one special character with a range from 6-12 characters? i.e., for a password input field.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Projects updated for Flex 2! &#187; Zeus Labs</title>
		<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/comment-page-1/#comment-5209</link>
		<dc:creator>Projects updated for Flex 2! &#187; Zeus Labs</dc:creator>
		<pubDate>Tue, 06 Feb 2007 19:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/70/getting-started-with-regular-expressions/#comment-5209</guid>
		<description>[...] I enhanced my Regular Expressions Explorer. Type in a regular expression, and some text to validate or search on, and it will show a list of [...]</description>
		<content:encoded><![CDATA[<p>[...] I enhanced my Regular Expressions Explorer. Type in a regular expression, and some text to validate or search on, and it will show a list of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Add FlexComponents to your mailing lists! &#187; Zeus Labs &#187; Flash and Actionscript Insights from a San Diego Developer and Designer</title>
		<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/comment-page-1/#comment-1780</link>
		<dc:creator>Add FlexComponents to your mailing lists! &#187; Zeus Labs &#187; Flash and Actionscript Insights from a San Diego Developer and Designer</dc:creator>
		<pubDate>Wed, 12 Jul 2006 17:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/70/getting-started-with-regular-expressions/#comment-1780</guid>
		<description>[...] I recently posted a very simple component there. It&#039;s a specialized TextInput box that will grow or shrink to fit its text. This component is beyond simple to implement, but it worked well in my Regular Expression explorer and I&#039;m sure that others can find uses for it too. [...]</description>
		<content:encoded><![CDATA[<p>[...] I recently posted a very simple component there. It&#8217;s a specialized TextInput box that will grow or shrink to fit its text. This component is beyond simple to implement, but it worked well in my Regular Expression explorer and I&#8217;m sure that others can find uses for it too. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/comment-page-1/#comment-497</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Tue, 23 May 2006 15:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/70/getting-started-with-regular-expressions/#comment-497</guid>
		<description>Thanks for adding the link to the Flex 2 regex guidelines, Rostislav. I agree that the input field should be longer for long regexes. Perhaps I will update the component to include resizing.</description>
		<content:encoded><![CDATA[<p>Thanks for adding the link to the Flex 2 regex guidelines, Rostislav. I agree that the input field should be longer for long regexes. Perhaps I will update the component to include resizing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rostislav Siryk</title>
		<link>http://joshblog.net/2006/05/22/getting-started-with-regular-expressions/comment-page-1/#comment-495</link>
		<dc:creator>Rostislav Siryk</dc:creator>
		<pubDate>Tue, 23 May 2006 11:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/70/getting-started-with-regular-expressions/#comment-495</guid>
		<description>Very good tool. By the way, it will be handy to see some &lt;a href=&quot;http://livedocs.macromedia.com/labs/1/flex20beta3/00001601.html&quot; rel=&quot;nofollow&quot;&gt;Flex 2 regex guidelines&lt;/a&gt; while playing with it. Also, I think stretched input field would be more useful to fit long RegExes, isn&#039;t it?</description>
		<content:encoded><![CDATA[<p>Very good tool. By the way, it will be handy to see some <a href="http://livedocs.macromedia.com/labs/1/flex20beta3/00001601.html" rel="nofollow">Flex 2 regex guidelines</a> while playing with it. Also, I think stretched input field would be more useful to fit long RegExes, isn&#8217;t it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
