<?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>Internet solutions team &#187; asp.net validation regex</title>
	<atom:link href="http://www.isolutionteam.co.uk/tag/aspnet-validation-regex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isolutionteam.co.uk</link>
	<description>Write easy solutions, provide easy solutions</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:42:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Remove extra spaces from string using regular expression, asp.net, c#</title>
		<link>http://www.isolutionteam.co.uk/remove-extra-spaces-from-string-using-regular-expression-aspnet-c/</link>
		<comments>http://www.isolutionteam.co.uk/remove-extra-spaces-from-string-using-regular-expression-aspnet-c/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 12:18:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web development and design]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net validation regex]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[regular  epxression]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=62</guid>
		<description><![CDATA[Removes extra space from the string using Regular expression. public static readonly RegexOptions Options = Â Â Â Â Â Â Â Â  RegexOptions.IgnorePatternWhitespace &#124; RegexOptions.Singleline; public string RemoveExtaSpaces(string text) { Regex regex = new Regex(@&#8221;\s{2,}&#8221;, Options); text = regex.Replace(text.Trim(), &#8221; &#8220;); //This line removes extra spaces and make space exactly one. //To remove theÂ  space between the end of a word [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/remove-extra-spaces-from-string-using-regular-expression-aspnet-c/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Reqular experssion RegEx, C# , asp.net , vb.net</title>
		<link>http://www.isolutionteam.co.uk/reqular-experssion-regex-c-aspnet-vbnet/</link>
		<comments>http://www.isolutionteam.co.uk/reqular-experssion-regex-c-aspnet-vbnet/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 15:54:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[asp.net validation regex]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[regular  epxression]]></category>
		<category><![CDATA[strings]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/2008/04/25/reqular-experssion-regex-c-aspnet-vbnet/</guid>
		<description><![CDATA[Regular expression: Regular Expression is a great way to manipulate strings for example matching, finding, validating Data, Specailly string manipulaion becames handy while we use reqular expression. We can use Regular expression on both Serer and client side. We do use it with asp.net validation controls. Charcther matching: . ^ $ * + ? { [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/reqular-experssion-regex-c-aspnet-vbnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

