<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using the RegularExpressionValidator for validating length of text</title>
	<atom:link href="http://hamang.net/2008/05/22/using-the-regularexpressionvalidator-for-validating-length-of-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://hamang.net/2008/05/22/using-the-regularexpressionvalidator-for-validating-length-of-text/</link>
	<description>- the everyday life</description>
	<lastBuildDate>Fri, 16 Jul 2010 10:11:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: steve</title>
		<link>http://hamang.net/2008/05/22/using-the-regularexpressionvalidator-for-validating-length-of-text/comment-page-1/#comment-5650</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:19:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-5650</guid>
		<description>Thanks so much !</description>
		<content:encoded><![CDATA[<p>Thanks so much !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nina Peddinti</title>
		<link>http://hamang.net/2008/05/22/using-the-regularexpressionvalidator-for-validating-length-of-text/comment-page-1/#comment-187</link>
		<dc:creator>Nina Peddinti</dc:creator>
		<pubDate>Fri, 06 Feb 2009 11:49:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-187</guid>
		<description>The expression:  ^[\s\S]{0,n}$ doesn&#039;t work for me. I can&#039;t seem to figure out why-my validation is for a text box which can accept a minimum of 6 characters and a max of 50.

^[\s\S]{6,50}$ No matter what I enter in the textbox, it generates the error msg...please help!</description>
		<content:encoded><![CDATA[<p>The expression:  ^[\s\S]{0,n}$ doesn&#039;t work for me. I can&#039;t seem to figure out why-my validation is for a text box which can accept a minimum of 6 characters and a max of 50.</p>
<p>^[\s\S]{6,50}$ No matter what I enter in the textbox, it generates the error msg&#8230;please help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
