wix-incubator / accord

Accord: A sane validation library for Scala
http://wix.github.io/accord/
Other
530 stars 55 forks source link

Add combinators on blank string #106

Closed dakatsuka closed 7 years ago

dakatsuka commented 7 years ago

These combinators for character strings that are not empty but have only spaces.

It's the same specification as validates_presence_of of Ruby on Rails.

holograph commented 7 years ago

LGTM. Thanks for your contribution!