<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/actionscript-3/tags/regex</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 11:40:38 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3 Remove namespace from XML - adrianparr</title>
<link>http://snipplr.com/view/56876/as3-remove-namespace-from-xml/</link>
<description><![CDATA[ <p>If you don't deal with namespaces in XML correctly they can break your parsing in AS3. One way of getting around this is to remove the namespace from the XML a using regular expression.</p> ]]></description>
<pubDate>Wed, 20 Jul 2011 00:29:08 GMT</pubDate>
<guid>http://snipplr.com/view/56876/as3-remove-namespace-from-xml/</guid>
</item>
<item>
<title>(ActionScript 3) Twitter Tweet String Encode Entity Utility - ninjaparade</title>
<link>http://snipplr.com/view/50732/twitter-tweet-string-encode-entity-utility/</link>
<description><![CDATA[ <p>Encode a Tweet from a Twitter search query wrapping all hash tags, user names and urls with herf entities with one function call</p> ]]></description>
<pubDate>Wed, 16 Mar 2011 15:40:59 GMT</pubDate>
<guid>http://snipplr.com/view/50732/twitter-tweet-string-encode-entity-utility/</guid>
</item>
<item>
<title>(ActionScript 3) Replace white space in a string with \"-\" - gromitski</title>
<link>http://snipplr.com/view/49812/replace-white-space-in-a-string-with-/</link>
<description><![CDATA[ <p>Replace "-" with anything you want to. Useful for amending URLs.</p> ]]></description>
<pubDate>Mon, 28 Feb 2011 21:36:13 GMT</pubDate>
<guid>http://snipplr.com/view/49812/replace-white-space-in-a-string-with-/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Replace Special XML Characters with Entity Names (Partial Set) - adrianparr</title>
<link>http://snipplr.com/view/45887/as3-replace-special-xml-characters-with-entity-names-partial-set/</link>
<description><![CDATA[ <p>These five characters should be replaced with their HTML entity names before being used in XML, otherwise they may cause the XML to be invalid.</p> ]]></description>
<pubDate>Fri, 17 Dec 2010 23:00:40 GMT</pubDate>
<guid>http://snipplr.com/view/45887/as3-replace-special-xml-characters-with-entity-names-partial-set/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Trim a Comma Delimited String (e.g. a list of comma separated keywords entered by a user) - adrianparr</title>
<link>http://snipplr.com/view/40007/as3-trim-a-comma-delimited-string-eg-a-list-of-comma-separated-keywords-entered-by-a-user/</link>
<description><![CDATA[ <p>This function trims a string and removes empty entries in a comma delimited list, removes extra commas from the beginning and end and also remove extra space characters between words.</p> ]]></description>
<pubDate>Sat, 04 Sep 2010 21:38:37 GMT</pubDate>
<guid>http://snipplr.com/view/40007/as3-trim-a-comma-delimited-string-eg-a-list-of-comma-separated-keywords-entered-by-a-user/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove Carriage Returns And New Lines Using Regular Expressions - adrianparr</title>
<link>http://snipplr.com/view/37062/as3-remove-carriage-returns-and-new-lines-using-regular-expressions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 10 Jul 2010 06:17:51 GMT</pubDate>
<guid>http://snipplr.com/view/37062/as3-remove-carriage-returns-and-new-lines-using-regular-expressions/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Get Flash Player Version Number (inc. Major and Minor Numbers) - adrianparr</title>
<link>http://snipplr.com/view/35260/as3-get-flash-player-version-number-inc-major-and-minor-numbers/</link>
<description><![CDATA[ <p>This code separates out the Flash Player Platform, Major Version number and Minor Version numbers.</p> ]]></description>
<pubDate>Thu, 27 May 2010 07:53:27 GMT</pubDate>
<guid>http://snipplr.com/view/35260/as3-get-flash-player-version-number-inc-major-and-minor-numbers/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Trim Whitespace From the Beginning and End of a String - adrianparr</title>
<link>http://snipplr.com/view/34129/as3-trim-whitespace-from-the-beginning-and-end-of-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 May 2010 09:55:57 GMT</pubDate>
<guid>http://snipplr.com/view/34129/as3-trim-whitespace-from-the-beginning-and-end-of-a-string/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Checks a String to see if it is a Valid Email Format - adrianparr</title>
<link>http://snipplr.com/view/33601/as3-checks-a-string-to-see-if-it-is-a-valid-email-format/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Apr 2010 10:21:59 GMT</pubDate>
<guid>http://snipplr.com/view/33601/as3-checks-a-string-to-see-if-it-is-a-valid-email-format/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Checks and Returns Valid UK Postcode using Regular Expression - adrianparr</title>
<link>http://snipplr.com/view/32540/as3-checks-and-returns-valid-uk-postcode-using-regular-expression/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Apr 2010 05:54:43 GMT</pubDate>
<guid>http://snipplr.com/view/32540/as3-checks-and-returns-valid-uk-postcode-using-regular-expression/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Convert a Forward Slash to URLEncoded Character %2F - adrianparr</title>
<link>http://snipplr.com/view/29840/as3-convert-a-forward-slash-to-urlencoded-character-2f/</link>
<description><![CDATA[ <p>In AS2 forward slashes got url-encoded to %2F when you escaped them. But in AS3 they get ignored and left as they are. In some situations I have found that this can cause problems. So you can do it manually using this regular expression.</p> ]]></description>
<pubDate>Tue, 16 Mar 2010 15:47:15 GMT</pubDate>
<guid>http://snipplr.com/view/29840/as3-convert-a-forward-slash-to-urlencoded-character-2f/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Extract filename without the extension - abbey</title>
<link>http://snipplr.com/view/29702/as3-extract-filename-without-the-extension/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 13 Mar 2010 03:31:05 GMT</pubDate>
<guid>http://snipplr.com/view/29702/as3-extract-filename-without-the-extension/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove HTML Tags From Text - adrianparr</title>
<link>http://snipplr.com/view/28362/as3-remove-html-tags-from-text/</link>
<description><![CDATA[ <p>Grant Skinner's RegExr: Online Regular Expression Testing Tool is very handy for checking your regular expressions.
http://www.gskinner.com/RegExr/</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 05:02:06 GMT</pubDate>
<guid>http://snipplr.com/view/28362/as3-remove-html-tags-from-text/</guid>
</item>
<item>
<title>(ActionScript 3) String replace using regular expression - godstroke</title>
<link>http://snipplr.com/view/20482/string-replace-using-regular-expression/</link>
<description><![CDATA[ <p>. must be escaped using \ . It  means something in regexp</p> ]]></description>
<pubDate>Wed, 30 Sep 2009 14:44:08 GMT</pubDate>
<guid>http://snipplr.com/view/20482/string-replace-using-regular-expression/</guid>
</item>
<item>
<title>(ActionScript 3) Strip spaces from a String with RegEx - weavermedia</title>
<link>http://snipplr.com/view/16846/strip-spaces-from-a-string-with-regex/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 10 Jul 2009 12:30:00 GMT</pubDate>
<guid>http://snipplr.com/view/16846/strip-spaces-from-a-string-with-regex/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 RegExp: Validate E-mail Adress - sidneydekoning</title>
<link>http://snipplr.com/view/15025/as3-regexp-validate-email-adress/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 May 2009 10:14:45 GMT</pubDate>
<guid>http://snipplr.com/view/15025/as3-regexp-validate-email-adress/</guid>
</item>
<item>
<title>(ActionScript 3) Simple RegEx - rwitten</title>
<link>http://snipplr.com/view/5250/simple-regex/</link>
<description><![CDATA[ <p>Pulled from Adobe Docs</p> ]]></description>
<pubDate>Sat, 01 Mar 2008 06:01:58 GMT</pubDate>
<guid>http://snipplr.com/view/5250/simple-regex/</guid>
</item>
</channel>
</rss>