<?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: Some Helpful Symfony Form Validators</title>
	<atom:link href="http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/feed/" rel="self" type="application/rss+xml" />
	<link>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/</link>
	<description>Welcome to the Brenternet</description>
	<lastBuildDate>Tue, 07 Jun 2011 16:22:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phil</title>
		<link>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/comment-page-1/#comment-216</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 07 Jun 2011 16:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://brentertainment.com/?p=93#comment-216</guid>
		<description>Hi - just been looking for a credit card validator for sf1.4 and came across this page.

I think there is a problem with the regex in sfValidatorCreditCardNumber for switch / jcb /enroute.

I think the square brackets should be parentheses if you want to match the 4 digits as a group, e.g.

/^(4903&#124;4911&#124;4936&#124;5641&#124;6333&#124;6759&#124;6334&#124;6767)d{12}$/

Anyway, I realise its a bit late now but thought I&#039;d add a note for anyone else in the same boat.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; just been looking for a credit card validator for sf1.4 and came across this page.</p>
<p>I think there is a problem with the regex in sfValidatorCreditCardNumber for switch / jcb /enroute.</p>
<p>I think the square brackets should be parentheses if you want to match the 4 digits as a group, e.g.</p>
<p>/^(4903|4911|4936|5641|6333|6759|6334|6767)d{12}$/</p>
<p>Anyway, I realise its a bit late now but thought I&#8217;d add a note for anyone else in the same boat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Shaffer</title>
		<link>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/comment-page-1/#comment-117</link>
		<dc:creator>Brent Shaffer</dc:creator>
		<pubDate>Thu, 29 Apr 2010 16:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://brentertainment.com/?p=93#comment-117</guid>
		<description>I just found this out myself... took me about a half hour.  I have updated my post accordingly.  Thanks for the update, David!</description>
		<content:encoded><![CDATA[<p>I just found this out myself&#8230; took me about a half hour.  I have updated my post accordingly.  Thanks for the update, David!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/comment-page-1/#comment-111</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 01 Apr 2010 21:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://brentertainment.com/?p=93#comment-111</guid>
		<description>It&#039;s quite possible that I&#039;m not using your sfValidatorCCExpirationDate properly, but it seems that I must change the method signature to &#039;convertDateArrayToString&#039; in order for it to override the method in sfValidatorDate.  I&#039;m using Symfony 1.4.1 if that helps.</description>
		<content:encoded><![CDATA[<p>It&#8217;s quite possible that I&#8217;m not using your sfValidatorCCExpirationDate properly, but it seems that I must change the method signature to &#8216;convertDateArrayToString&#8217; in order for it to override the method in sfValidatorDate.  I&#8217;m using Symfony 1.4.1 if that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/comment-page-1/#comment-109</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Mon, 29 Mar 2010 18:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://brentertainment.com/?p=93#comment-109</guid>
		<description>Hell yeah! I was just thiiiiiis close to re-implementing sfValidatorPhone, but then, in a flash, I remembered, “I think Brent already did this somewhere.”

And of course, you did. Thanks for putting this up!</description>
		<content:encoded><![CDATA[<p>Hell yeah! I was just thiiiiiis close to re-implementing sfValidatorPhone, but then, in a flash, I remembered, “I think Brent already did this somewhere.”</p>
<p>And of course, you did. Thanks for putting this up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cryo</title>
		<link>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/comment-page-1/#comment-83</link>
		<dc:creator>Cryo</dc:creator>
		<pubDate>Thu, 28 Jan 2010 11:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://brentertainment.com/?p=93#comment-83</guid>
		<description>Exactly what I was looking for (Zip and Phone).  Thank you.</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for (Zip and Phone).  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stereoscott</title>
		<link>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/comment-page-1/#comment-77</link>
		<dc:creator>Stereoscott</dc:creator>
		<pubDate>Fri, 06 Nov 2009 09:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://brentertainment.com/?p=93#comment-77</guid>
		<description>Thanks a lot! I was searching for a phone number validator and was happy to find this great collection. FWIW, Symfony 1.3 includes an sfValidatorUrl class.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! I was searching for a phone number validator and was happy to find this great collection. FWIW, Symfony 1.3 includes an sfValidatorUrl class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan</title>
		<link>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/comment-page-1/#comment-68</link>
		<dc:creator>Ethan</dc:creator>
		<pubDate>Mon, 05 Oct 2009 15:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://brentertainment.com/?p=93#comment-68</guid>
		<description>Thanks for sharing these!  You have saved me some time and research.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing these!  You have saved me some time and research.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

