<?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>labs.hellokeita.com &#187; Regexp</title>
	<atom:link href="http://labs.hellokeita.com/category/regexp/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.hellokeita.com</link>
	<description>Yet another labs blog</description>
	<lastBuildDate>Thu, 01 Dec 2011 20:14:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AS3 Regexp</title>
		<link>http://labs.hellokeita.com/2007/10/24/as3-regexp/</link>
		<comments>http://labs.hellokeita.com/2007/10/24/as3-regexp/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 23:46:13 +0000</pubDate>
		<dc:creator>keita</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[BitmapData]]></category>
		<category><![CDATA[Regexp]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/24/as3-regexp/</guid>
		<description><![CDATA[One think that I am really thankful is the addition of Regular Expression in AS3.
That&#8217;s really helping me around.
Here&#8217;s some cheatsheets that I always check:
http://krijnhoetmer.nl/stuff/regex/cheat-sheet/
http://regexlib.com/CheatSheet.aspx
http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/
Also, I uploaded my svn my StringUtils class
http://code.hellokeita.in/public/trunk/as3/br/hellokeita/utils/StringUtils.as
Actually, there&#8217;s just the trim method, but you see that&#8217;s it&#8217;s really easier than AS2.
\s&#124;\n&#124;\r&#124;\t&#124;\v   Grayscale color converter.
Oh, don&#8217;t try converting a [...]]]></description>
			<content:encoded><![CDATA[<p>One think that I am really thankful is the addition of Regular Expression in AS3.<br />
That&#8217;s really helping me around.</p>
<p>Here&#8217;s some cheatsheets that I always check:<br />
<a href="http://krijnhoetmer.nl/stuff/regex/cheat-sheet/" target="_blank">http://krijnhoetmer.nl/stuff/regex/cheat-sheet/</a><br />
<a href="http://regexlib.com/CheatSheet.aspx" target="_blank">http://regexlib.com/CheatSheet.aspx</a><br />
<a href="http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/" target="_blank">http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/</a></p>
<p>Also, I uploaded my svn my StringUtils class<br />
<a href="http://code.hellokeita.in/public/trunk/as3/br/hellokeita/utils/StringUtils.as" target="_blank">http://code.hellokeita.in/public/trunk/as3/br/hellokeita/utils/StringUtils.as</a></p>
<p>Actually, there&#8217;s just the trim method, but you see that&#8217;s it&#8217;s really easier than AS2.<br />
\s|\n|\r|\t|\v  <- I put all those characters to make sure every initial end final whitespace are trimmed.</p>
<p>Also, I uploaded my ColorUtils.as too.<br />
You see that it's really easy to manage ARGB colors with it.<br />
Also, there's a RGB -> Grayscale color converter.</p>
<p>Oh, don&#8217;t try converting a bitmapData pixel by pixel to generate a Grayscale image.<br />
There&#8217;s an easier way to make it with the BitmapData.paletteMap() method.<br />
but&#8230; I&#8217;ll keep it to the next post &#8230;. if anyone shows any interest.</p>
<a href='http://www.hexosearch.com/se/submit.aspx?zlvz=2&zqz=&zurlz=http://labs.hellokeita.com/2007/10/24/as3-regexp/&ztz=AS3 Regexp'><img src='http://labs.hellokeita.com/wp-content/plugins/hexosearch-button/logo16x16.png' width='16' height='16' border='0' style='padding:0px 5px 0px 0px;vertical-align:middle' alt='Vote in HexoSearch' title='Vote in HexoSearch' /></a> <span style='vertical-align:middle'><a href='http://www.hexosearch.com/se/submit.aspx?zlvz=2&zqz=&zurlz=http://labs.hellokeita.com/2007/10/24/as3-regexp/&ztz=AS3 Regexp'>Vote</a></span>]]></content:encoded>
			<wfw:commentRss>http://labs.hellokeita.com/2007/10/24/as3-regexp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

