| FormValidator-LazyWay documentation | view source | Contained in the FormValidator-LazyWay distribution. |
FormValidator::LazyWay::Rule::String - String Rule
only alphabets and numbers.
you add $args->{allow} if you accept symbols.
username:
rule:
- String#nonsimbol_ascii:
args:
allow:
- '_'
- '-'
| FormValidator-LazyWay documentation | view source | Contained in the FormValidator-LazyWay distribution. |