<?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>FlexMan &#187; Regular Expressions</title>
	<atom:link href="http://flexman.info/tag/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexman.info</link>
	<description>Everything is Flex</description>
	<lastBuildDate>Sun, 30 Oct 2011 12:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>EXTREMELY useful Regular Expressions in Flex</title>
		<link>http://flexman.info/2009/08/01/extremely-useful-regular-expressions-in-flex/</link>
		<comments>http://flexman.info/2009/08/01/extremely-useful-regular-expressions-in-flex/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 05:24:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/08/01/extremely-useful-regular-expressions-in-flex/</guid>
		<description><![CDATA[Regular expressions are very powerful tools for performing pattern matches, we can create a regular expression for validating a UPS tracking number, InfoNotice number and decided to do a quick RegExp for validating a USA postal code with JavaScript(@see 10+ Useful JavaScript Regular Expression Functions to improve your web applications efficiency), in fact, Regular Expressions [...]]]></description>
			<content:encoded><![CDATA[<p>Regular expressions are very powerful tools for performing pattern matches, we can create a regular expression for validating a UPS tracking number, InfoNotice number and decided to do a quick RegExp for validating a USA postal code with JavaScript(@see <a href="http://ntt.cc/2008/05/10/over-10-useful-javascript-regular-expression-functions-to-improve-your-web-applications-efficiency.html">10+ Useful JavaScript Regular Expression Functions to improve your web applications efficiency</a>), in fact, Regular Expressions are included in most of the popular develop languages like PHP, PERL, Java&#8230; of course Flex.</p>
<p>What can Regular Expressions do? A regular expression describes a pattern that is used to find and manipulate matching text in strings. Regular expressions resemble strings, but they can include special codes to describe patterns and repetition.</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-310"></span>
<p>For example:</p>
<p>/([0-9a-zA-Z]+[-._+&amp;])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}/</p>
<p>Above expression will be to match a valid e-mail address.</p>
<p>Yes, the Regular Expressions is very useful but write a regular is not an easy work, is there any tool help us to validate it in Flex? The answer is &#8220;Of course&#8221;.&nbsp; gskinner.com built a EXTREMELY useful Regular Expressions in Flex, we can test our own regExp with this tool.</p>
<p><a href="http://flexman.info/wp-content/uploads/2009/08/RegExr.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="RegExr" src="http://flexman.info/wp-content/uploads/2009/08/RegExr_thumb.png" width="484" height="224"></a> </p>
<p>Following is the url: <a title="http://gskinner.com/RegExr/" href="http://gskinner.com/RegExr/">http://gskinner.com/RegExr/</a>, enjoy!</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/07/14/flex-4-books-effortless-flex-4-development-available/" title="Flex 4 Books &#8220;Effortless Flex 4 Development&#8221; Available">Flex 4 Books &#8220;Effortless Flex 4 Development&#8221; Available</a></li><li><a href="http://flexman.info/2010/07/12/how-to-install-adobe-flex-builder-linuxalpha-in-ubuntu/" title="How To Install Adobe Flex Builder Linux(alpha) In Ubuntu">How To Install Adobe Flex Builder Linux(alpha) In Ubuntu</a></li><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/08/01/extremely-useful-regular-expressions-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/15 queries in 1.009 seconds using disk
Object Caching 153/292 objects using disk

Served from: flexman.info @ 2012-05-24 05:30:20 -->
