<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dot Net Learning Zone Blog &#187; Regular Expression</title>
	<atom:link href="http://dotnethacker.wordpress.com/category/regular-expression/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnethacker.wordpress.com</link>
	<description>A blog about to learn Dot Net</description>
	<lastBuildDate>Tue, 10 Mar 2009 10:18:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dotnethacker.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/bd73af5c5d7f80b4297a4a7888c59e8e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Dot Net Learning Zone Blog &#187; Regular Expression</title>
		<link>http://dotnethacker.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dotnethacker.wordpress.com/osd.xml" title="Dot Net Learning Zone Blog" />
		<item>
		<title>Regular Expression for Alphanumeric, float and Max Length in Multi Line</title>
		<link>http://dotnethacker.wordpress.com/2009/03/10/regular-expression-for-alphanumeric-float-and-max-length-in-multi-line/</link>
		<comments>http://dotnethacker.wordpress.com/2009/03/10/regular-expression-for-alphanumeric-float-and-max-length-in-multi-line/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:18:24 +0000</pubDate>
		<dc:creator>Rajesh</dc:creator>
				<category><![CDATA[Regular Expression]]></category>

		<guid isPermaLink="false">http://dotnethacker.wordpress.com/?p=48</guid>
		<description><![CDATA[Alphanumeric with White space                                                  :- ^[a-zA-Z0-9 ]+$
For Float  length of integer part 9 and fraction part 4        :-  ([0-9]{1,8}(\.[0-9]{0,4})?&#124;\.[0-9]{1,4})
Max Lenght  in MultiLine TExt BOX                                            :-  &#8220;^.{0,255}$&#8221;
    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnethacker.wordpress.com&blog=1463994&post=48&subd=dotnethacker&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Alphanumeric with White space                                                  :- ^[a-zA-Z0-9 ]+$<br />
For Float  length of integer part 9 and fraction part 4        :-  ([0-9]{1,8}(\.[0-9]{0,4})?|\.[0-9]{1,4})<br />
Max Lenght  in MultiLine TExt BOX                                            :-  &#8220;^.{0,255}$&#8221;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnethacker.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnethacker.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnethacker.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnethacker.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnethacker.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnethacker.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnethacker.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnethacker.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnethacker.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnethacker.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnethacker.wordpress.com&blog=1463994&post=48&subd=dotnethacker&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnethacker.wordpress.com/2009/03/10/regular-expression-for-alphanumeric-float-and-max-length-in-multi-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a4569660033e084ca73354bbd3c0719?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rajesh20k</media:title>
		</media:content>
	</item>
	</channel>
</rss>