Class: NameValidator

Inherits:
BaseValidator show all
Defined in:
lib/lite/validators/name_validator.rb

Constant Summary collapse

REGEXP =
/^([A-Za-z0-9'-]+\s+){1,4}[A-Za-z0-9'-]*\z/

Method Summary

Methods inherited from BaseValidator

#validate_each