<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/regex/tags/password</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 09:54:43 GMT</pubDate>
<item>
<title>(Regular Expression) Strong Password RegEx - axelitus</title>
<link>http://snipplr.com/view/16518/strong-password-regex/</link>
<description><![CDATA[ <p>Credits to Julie. Here is a regex if you want this criteria:

* Passwords will contain at least (1) upper case letter

* Passwords will contain at least (1) lower case letter

* Passwords will contain at least (1) number or special character

* Passwords will contain at least (8) characters in length

* Password maximum length is not limited</p> ]]></description>
<pubDate>Tue, 30 Jun 2009 11:15:23 GMT</pubDate>
<guid>http://snipplr.com/view/16518/strong-password-regex/</guid>
</item>
</channel>
</rss>