Comment 21 for bug 1655158

Revision history for this message
Mike Rylander (mrylander) wrote :

I agree with exact match for month and day that Bill brings up. Thanks for making that change.

I don't know what the loop-based implementation looks like, but if it uses regexen to test for specific key string content we should only need a match expression rather than substitution, no? Or, just an eq expression for, say, 'dob_year'?

Thanks, Blake!