Leszek Gawron wrote:

Was anything changed with the regexp matching classes in cocoon?
I am using FormValidatorAction and while some older version worked OK the
lastest version returns NO_MATCH when comparing '2004-01-01' with ^\d{4}(-\d{2}){2}$


It is a little bit strange as ^\d{4}-\d{2}-\d{2}$ works fine.


I just tried this pattern against Regexp 1.4-dev (current Regexp CVS) and it worked just fine. But the same pattern fails with Regexp 1.3 release.
So this is known, and already fixed, bug.


Vadim


Reply via email to