judgegem / judge

Client-side form validation for Rails
MIT License
256 stars 41 forks source link

Change \A and \z to ^ and $ in regex (with tests) #60

Closed jamesmk closed 9 years ago

jamesmk commented 9 years ago

Adds test cases to https://github.com/joecorcoran/judge/pull/36.

thanks @jokklan!

jamesmk commented 9 years ago

Also, fixes https://github.com/joecorcoran/judge/issues/32