<?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>Actionscript Classes &#187; String</title>
	<atom:link href="http://www.actionscriptclasses.com/category/string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actionscriptclasses.com</link>
	<description>Actionscript Class File Repository</description>
	<lastBuildDate>Sat, 19 Jun 2010 18:02:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ObjectSerializer</title>
		<link>http://www.actionscriptclasses.com/2008/objectserializer/</link>
		<comments>http://www.actionscriptclasses.com/2008/objectserializer/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 23:59:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 3]]></category>
		<category><![CDATA[Data Services]]></category>
		<category><![CDATA[Shared Object/cookies]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=238</guid>
		<description><![CDATA[From the site:
If anyone ever has the need to pass complex objects through a url, LocalConnection, or whatever.. I wrote an ObjectSerializer that you might want to use.
http://techish.jeremymooer.com/2008/09/random-utility-class-objectserializer.html
]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>If anyone ever has the need to pass complex objects through a url, LocalConnection, or whatever.. I wrote an ObjectSerializer that you might want to use.</p></blockquote>
<p><a href="http://techish.jeremymooer.com/2008/09/random-utility-class-objectserializer.html" title="ObjectSerializer">http://techish.jeremymooer.com/2008/09/random-utility-class-objectserializer.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/objectserializer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inflector</title>
		<link>http://www.actionscriptclasses.com/2008/inflector-2/</link>
		<comments>http://www.actionscriptclasses.com/2008/inflector-2/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 19:56:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 3]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2008/inflector-2/</guid>
		<description><![CDATA[From the site:
The Inflector allows for pluralizing,singularizing,camel casing, underscoring, and humanizing words. I did search for and find an existing inflection class but I decided to port the CakePHP inflector which is more extensive and more accurate.Â 
Â 
http://ak33m.com/?p=43Â 
]]></description>
			<content:encoded><![CDATA[<p>From the site:<br />
<blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px" class="webkit-indent-blockquote">The Inflector allows for pluralizing,singularizing,camel casing, underscoring, and humanizing words. I did search for and find an existing inflection class but I decided to port the CakePHP inflector which is more extensive and more accurate.Â </p></blockquote>
<blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px" class="webkit-indent-blockquote"><p>Â </p></blockquote>
<p><a href="http://ak33m.com/?p=43" title="Inflector" target="_blank">http://ak33m.com/?p=43Â </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/inflector-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StringTokenizer</title>
		<link>http://www.actionscriptclasses.com/2007/stringtokenizer/</link>
		<comments>http://www.actionscriptclasses.com/2007/stringtokenizer/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 01:25:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 3]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2007/stringtokenizer/</guid>
		<description><![CDATA[From the site:Â Â 
One useful utility in the java.util package is the StringTokenizer class. I was looking for an ActionScript implementation the other day but was unable to locate one. So after determining the level of effort to write a StringTokenizer in ActionScript was minimal, I decided to roll my own.The ActionScript StringTokenizer is a convenience [...]]]></description>
			<content:encoded><![CDATA[<p>From the site:Â Â <br />
<blockquote>One useful utility in the java.util package is the StringTokenizer class. I was looking for an ActionScript implementation the other day but was unable to locate one. So after determining the level of effort to write a StringTokenizer in ActionScript was minimal, I decided to roll my own.The ActionScript StringTokenizer is a convenience class which provides a simple mechanism from which Strings can be extracted into individual tokens based on a specific delimiter.</p></blockquote>
<p><a href="http://www.ericfeminella.com/blog/2007/11/01/as3-stringtokenizer/" title="StringTokenizer">http://www.ericfeminella.com/blog/2007/11/01/as3-stringtokenizer/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2007/stringtokenizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inflector</title>
		<link>http://www.actionscriptclasses.com/2007/inflector/</link>
		<comments>http://www.actionscriptclasses.com/2007/inflector/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 01:10:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 3]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2007/inflector/</guid>
		<description><![CDATA[The as3 Inflector class can be used to pluralize or singularize most words.  It is essentially a direct port of the Rails inflector class.
http://flexonrails.net/?p=101
]]></description>
			<content:encoded><![CDATA[<p>The as3 Inflector class can be used to pluralize or singularize most words.  It is essentially a direct port of the Rails inflector class.</p>
<p><a href="http://flexonrails.net/?p=101" title="Inflector">http://flexonrails.net/?p=101</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2007/inflector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LZW</title>
		<link>http://www.actionscriptclasses.com/2007/lzw/</link>
		<comments>http://www.actionscriptclasses.com/2007/lzw/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 17:49:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2007/lzw/</guid>
		<description><![CDATA[From the site:
LZW is a static class that allows string compression using the Lempel-Ziv-Welch &#8211; or LZW &#8211; algorithm. It provides good compression with a fast engine that can have split iterations and is ideal to send large amounts of compressible data to a server, like the points that form an image.
http://labs.zeh.com.br/blog/?page_id=97#lzw
]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>LZW is a static class that allows string compression using the Lempel-Ziv-Welch &#8211; or LZW &#8211; algorithm. It provides good compression with a fast engine that can have split iterations and is ideal to send large amounts of compressible data to a server, like the points that form an image.</p></blockquote>
<p><a href="http://labs.zeh.com.br/blog/?page_id=97#lzw" title="LZW Compression">http://labs.zeh.com.br/blog/?page_id=97#lzw</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2007/lzw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StringSearchUtil</title>
		<link>http://www.actionscriptclasses.com/2007/stringsearchutil/</link>
		<comments>http://www.actionscriptclasses.com/2007/stringsearchutil/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 22:21:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 3]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2007/stringsearchutil/</guid>
		<description><![CDATA[From the site:

allows you to pass an ArrrayCollection of objects (custom or generic) into the static method, a &#8216;term&#8217;, and the properties on the objects to search.  It then returns an ArrayCollection populated with the objects that contain the term.

http://blog.3r1c.net/?p=56
]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>
allows you to pass an ArrrayCollection of objects (custom or generic) into the static method, a &#8216;term&#8217;, and the properties on the objects to search.  It then returns an ArrayCollection populated with the objects that contain the term.
</p></blockquote>
<p><a href="http://blog.3r1c.net/?p=56" title="StringSearchUtil">http://blog.3r1c.net/?p=56</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2007/stringsearchutil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASCrypt3</title>
		<link>http://www.actionscriptclasses.com/2007/ascrypt3/</link>
		<comments>http://www.actionscriptclasses.com/2007/ascrypt3/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 22:36:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2007/ascrypt3/</guid>
		<description><![CDATA[From the site:
This is an ActionScript 3 port of the ASCrypt ActionSCript 2 component available at http://www.meychi.com/archive/000031.php . 
It is a group of various Encryption and encoding Algorithms, including:
Base64
Base8
Goald
GUID
MD5
RC4
Rijndael
ROT13
SHA1
TEA
LZW

]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>This is an ActionScript 3 port of the ASCrypt ActionSCript 2 component available at http://www.meychi.com/archive/000031.php . </p>
<p>It is a group of various Encryption and encoding Algorithms, including:</p>
<p>Base64<br />
Base8<br />
Goald<br />
GUID<br />
MD5<br />
RC4<br />
Rijndael<br />
ROT13<br />
SHA1<br />
TEA<br />
LZW
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2007/ascrypt3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPrintf</title>
		<link>http://www.actionscriptclasses.com/2006/sprintf/</link>
		<comments>http://www.actionscriptclasses.com/2006/sprintf/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 05:05:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2006/sprintf/</guid>
		<description><![CDATA[ormatted strings are a real convenienceâ€”one that is sorely missing from the Flash Actionscript library. This adds in the sprintf functionality, which lets you reduce something like this:
PLAIN TEXT
Actionscript:




var m,d;


var myDate = new Date&#40;&#41;;


&#160;


m = myDate.getMonth&#40;&#41; + 1;


if &#40;m &#60;10&#41;


&#160; &#160; m = '0' + m;


&#160;


d = myDate.getDate&#40;&#41;;


if &#40;d &#60;10&#41;


&#160; &#160; d = '0' + [...]]]></description>
			<content:encoded><![CDATA[<p>ormatted strings are a real convenienceâ€”one that is sorely missing from the Flash Actionscript library. This adds in the sprintf functionality, which lets you reduce something like this:</p>
<div class="igBar"><span id="lactionscript-3"><a href="#" onclick="javascript:showPlainTxt('actionscript-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-3">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> m,d;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> myDate = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">m = myDate.<span style="color: #0066CC;">getMonth</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> + <span style="color: #cc66cc;color:#800000;">1</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>m &lt;<span style="color: #cc66cc;color:#800000;">10</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; m = <span style="color: #ff0000;">'0'</span> + m;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">d = myDate.<span style="color: #0066CC;">getDate</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>d &lt;<span style="color: #cc66cc;color:#800000;">10</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; d = <span style="color: #ff0000;">'0'</span> + d;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span>m + <span style="color: #ff0000;">'-'</span> + d + <span style="color: #ff0000;">'-'</span> + myDate.<span style="color: #0066CC;">getFullYear</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// traces out: 02-14-2004 </span></div>
</li>
</ol>
</div>
</div>
</div>
<p>
into basically a single line of code:</p>
<div class="igBar"><span id="lactionscript-4"><a href="#" onclick="javascript:showPlainTxt('actionscript-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-4">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> myDate = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Sprintf.<span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'%02d-%02d-%4d'</span>,myDate.<span style="color: #0066CC;">getMonth</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> + <span style="color: #cc66cc;color:#800000;">1</span>, Â»</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; myDate.<span style="color: #0066CC;">getDate</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>,myDate.<span style="color: #0066CC;">getFullYear</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// traces out: 02-14-2004 </span></div>
</li>
</ol>
</div>
</div>
</div>
<p>
<a href="http://natecook.com/downloads/sprintf.html" title="sprintf">http://natecook.com/downloads/sprintf.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2006/sprintf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MoneyFormat</title>
		<link>http://www.actionscriptclasses.com/2006/moneyformat/</link>
		<comments>http://www.actionscriptclasses.com/2006/moneyformat/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 04:42:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2006/moneyformat/</guid>
		<description><![CDATA[from the docs:
* Transforms regular numbers into Currency Format.
* Makes use of the String Class
http://www.lordalex.org/2005/05/moneyformat-class-in-actionscript-20.php
]]></description>
			<content:encoded><![CDATA[<p>from the docs:</p>
<blockquote><p>* Transforms regular numbers into Currency Format.<br />
* Makes use of the String Class</p></blockquote>
<p><a href="http://www.lordalex.org/2005/05/moneyformat-class-in-actionscript-20.php" title="MoneyFormat">http://www.lordalex.org/2005/05/moneyformat-class-in-actionscript-20.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2006/moneyformat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON</title>
		<link>http://www.actionscriptclasses.com/2006/json/</link>
		<comments>http://www.actionscriptclasses.com/2006/json/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 08:40:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[Data Services]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2006/json/</guid>
		<description><![CDATA[Use JSON in Actionscript.
http://www.designvox.com/~borys/JSON/JSON.asÂ 
]]></description>
			<content:encoded><![CDATA[<p>Use <a title="json.org" href="http://www.json.org/">JSON</a> in Actionscript.</p>
<p><a title="JSON class" href="http://www.designvox.com/~borys/JSON/JSON.as">http://www.designvox.com/~borys/JSON/JSON.asÂ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2006/json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
