noir-clojure / lib-noir

A set of libraries for ring apps, including stateful sessions.
Eclipse Public License 1.0
481 stars 47 forks source link

Add regex validation rule #42

Closed palango closed 11 years ago

palango commented 11 years ago

I need to validate some input with regular expressions, so I added a matches-regex? rule. I also added some tests for the validation namespace.

Raynes commented 11 years ago

Thanks!

yogthos commented 11 years ago

I approve :)

Raynes commented 11 years ago

I would have merged it just for the tests. :cake:

yogthos commented 11 years ago

<3 tests :) oh and I made the access-rule thingie a lot less magical!