<?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"
	>
<channel>
	<title>Comments on: AS3 Postcode Validation</title>
	<atom:link href="http://www.flashmonkey.co.uk/as3-postcode-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashmonkey.co.uk/as3-postcode-validation/</link>
	<description>Stephen Burgess - Interactive Developer</description>
	<pubDate>Sun, 05 Feb 2012 20:36:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Arun</title>
		<link>http://www.flashmonkey.co.uk/as3-postcode-validation/#comment-602</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Fri, 13 Nov 2009 14:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmonkey.co.uk/?p=615#comment-602</guid>
		<description>Thanks for the validation code.
We can also use \s? for validating postcodes with or without space in between.
i.e use \s? where space is expected.
/^(GIR 0AA&#124;[A-PR-UWYZ]([0-9]{1,2}&#124;([A-HK-Y][0-9]&#124;[A-HK-Y][0-9]([0-9]&#124;[ABEHMNPRV-Y]))&#124;[0-9][A-HJKS-UW])\s?[0-9][ABD-HJLNP-UW-Z]{2})$/;</description>
		<content:encoded><![CDATA[<p>Thanks for the validation code.<br />
We can also use \s? for validating postcodes with or without space in between.<br />
i.e use \s? where space is expected.<br />
/^(GIR 0AA|[A-PR-UWYZ]([0-9]{1,2}|([A-HK-Y][0-9]|[A-HK-Y][0-9]([0-9]|[ABEHMNPRV-Y]))|[0-9][A-HJKS-UW])\s?[0-9][ABD-HJLNP-UW-Z]{2})$/;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

