<?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: Password Regular Expression Fun</title>
	<atom:link href="http://www.fusioncube.net/index.php/password-regular-expression-fun/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fusioncube.net/index.php/password-regular-expression-fun</link>
	<description>The online journey of a technophile, by Steve Brownlee</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:28:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: paul jackson</title>
		<link>http://www.fusioncube.net/index.php/password-regular-expression-fun/comment-page-1#comment-33769</link>
		<dc:creator>paul jackson</dc:creator>
		<pubDate>Wed, 22 Apr 2009 01:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=126#comment-33769</guid>
		<description>I am having a hard time with a pass word for a twic card it keeps saying pass word does no match</description>
		<content:encoded><![CDATA[<p>I am having a hard time with a pass word for a twic card it keeps saying pass word does no match</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.fusioncube.net/index.php/password-regular-expression-fun/comment-page-1#comment-31991</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 27 Oct 2008 23:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=126#comment-31991</guid>
		<description>Barney,

Solving the problem with logic is great, but sometimes you have to solve the problem with data so you can store said logic somewhere, and a regular expression provides you with a great way to do.</description>
		<content:encoded><![CDATA[<p>Barney,</p>
<p>Solving the problem with logic is great, but sometimes you have to solve the problem with data so you can store said logic somewhere, and a regular expression provides you with a great way to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya</title>
		<link>http://www.fusioncube.net/index.php/password-regular-expression-fun/comment-page-1#comment-31980</link>
		<dc:creator>Satya</dc:creator>
		<pubDate>Sun, 26 Oct 2008 17:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=126#comment-31980</guid>
		<description>I require a regex pattern to check the password with following conditions:
 Min 6 characters and a Max of 15
1.One Uper character
2.One lower character
3.One speceial character
4.One number(0-9)
passwrod should not contain any whitespaces 
At least 3 of 4 above mentioned conditions should match to be valid a password

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I require a regex pattern to check the password with following conditions:<br />
 Min 6 characters and a Max of 15<br />
1.One Uper character<br />
2.One lower character<br />
3.One speceial character<br />
4.One number(0-9)<br />
passwrod should not contain any whitespaces<br />
At least 3 of 4 above mentioned conditions should match to be valid a password</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laxman</title>
		<link>http://www.fusioncube.net/index.php/password-regular-expression-fun/comment-page-1#comment-27962</link>
		<dc:creator>laxman</dc:creator>
		<pubDate>Sat, 29 Mar 2008 06:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=126#comment-27962</guid>
		<description>i require a regex pattern to check the password with following conditions:
-&gt;min 5 characters and a max of 10
-&gt;only alphanumeric
-&gt;no whitespaces or special characters
-&gt;atleast one number in the password</description>
		<content:encoded><![CDATA[<p>i require a regex pattern to check the password with following conditions:<br />
-&gt;min 5 characters and a max of 10<br />
-&gt;only alphanumeric<br />
-&gt;no whitespaces or special characters<br />
-&gt;atleast one number in the password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://www.fusioncube.net/index.php/password-regular-expression-fun/comment-page-1#comment-26856</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Wed, 20 Feb 2008 08:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=126#comment-26856</guid>
		<description>i require a regex pattern to check the password with following conditions:
-&gt;min 5 characters and a max of 10
-&gt;only alphanumeric
-&gt;no whitespaces or special characters
-&gt;atleast one number in the password</description>
		<content:encoded><![CDATA[<p>i require a regex pattern to check the password with following conditions:<br />
-&gt;min 5 characters and a max of 10<br />
-&gt;only alphanumeric<br />
-&gt;no whitespaces or special characters<br />
-&gt;atleast one number in the password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjeev</title>
		<link>http://www.fusioncube.net/index.php/password-regular-expression-fun/comment-page-1#comment-14384</link>
		<dc:creator>sanjeev</dc:creator>
		<pubDate>Thu, 15 Mar 2007 10:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=126#comment-14384</guid>
		<description>I need a regular expression that tracks that the passowrd is of minimum 8 characters and sould contain atleat one alphabet, one digit and one special character</description>
		<content:encoded><![CDATA[<p>I need a regular expression that tracks that the passowrd is of minimum 8 characters and sould contain atleat one alphabet, one digit and one special character</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://www.fusioncube.net/index.php/password-regular-expression-fun/comment-page-1#comment-13815</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Tue, 06 Mar 2007 12:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=126#comment-13815</guid>
		<description>Hi 

I have tried following regular expression but its not working properly.Please look into that &amp; give me a correct regular expression.

Requirement is :

  number of char is between (8,25),
  at least one numeric,
  at least one upper case,
  at least one lower case.

^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s).{8,25}$</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I have tried following regular expression but its not working properly.Please look into that &amp; give me a correct regular expression.</p>
<p>Requirement is :</p>
<p>  number of char is between (8,25),<br />
  at least one numeric,<br />
  at least one upper case,<br />
  at least one lower case.</p>
<p>^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s).{8,25}$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Brownlee</title>
		<link>http://www.fusioncube.net/index.php/password-regular-expression-fun/comment-page-1#comment-4416</link>
		<dc:creator>Steve Brownlee</dc:creator>
		<pubDate>Thu, 30 Nov 2006 20:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=126#comment-4416</guid>
		<description>Well sure, but that takes all the fun out of it! Who doesn&#039;t want a monstrous regex pattern in their code that is hard to comprehend and difficult to change?

Sheesh, Barney, you don&#039;t have to get all logical on me here, and I just thought of the one and only time that using the regex pattern is easier... if you store your patterns in a database. No need to ask why one would do that, I have no idea, but IT COULD HAPPEN.

Anyway, you&#039;re absolutely right and I said as much when I posted the solution in the CF-Talk thread that using multiple conditions is far easier.</description>
		<content:encoded><![CDATA[<p>Well sure, but that takes all the fun out of it! Who doesn&#8217;t want a monstrous regex pattern in their code that is hard to comprehend and difficult to change?</p>
<p>Sheesh, Barney, you don&#8217;t have to get all logical on me here, and I just thought of the one and only time that using the regex pattern is easier&#8230; if you store your patterns in a database. No need to ask why one would do that, I have no idea, but IT COULD HAPPEN.</p>
<p>Anyway, you&#8217;re absolutely right and I said as much when I posted the solution in the CF-Talk thread that using multiple conditions is far easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barney</title>
		<link>http://www.fusioncube.net/index.php/password-regular-expression-fun/comment-page-1#comment-4399</link>
		<dc:creator>Barney</dc:creator>
		<pubDate>Thu, 30 Nov 2006 17:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=126#comment-4399</guid>
		<description>While I know that the point here was to exercise regular expressions, surely a couple simple tests applied in sequence would be a better solution:

len(string) GTE 6 AND len(string LTE 12 AND REFindNoCase(&quot;[^a-z0-9]&quot;, string) EQ 0 AND REFind(&quot;[0-9]&quot;, string) GT 0

Not only is that readable, but changing something (like enforcing both upper and lowercase letters) is far simpler.</description>
		<content:encoded><![CDATA[<p>While I know that the point here was to exercise regular expressions, surely a couple simple tests applied in sequence would be a better solution:</p>
<p>len(string) GTE 6 AND len(string LTE 12 AND REFindNoCase(&#8220;[^a-z0-9]&#8220;, string) EQ 0 AND REFind(&#8220;[0-9]&#8220;, string) GT 0</p>
<p>Not only is that readable, but changing something (like enforcing both upper and lowercase letters) is far simpler.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

