小松 大輔(Daisuke Komatsu) > FormValidator-LazyWay-0.05 > FormValidator::LazyWay::Rule::String

Download:
FormValidator-LazyWay-0.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: FormValidator-LazyWay-0.10

NAME ^

FormValidator::LazyWay::Rule::String - String Rule

METHOD ^

length

stash_test

ascii

nonsymbol_ascii

only alphabets and numbers.

you add $args->{allow} if you accept symbols.

  username:
    rule:
      - String#nonsimbol_ascii:
          args:
            allow:
              - '_'
              - '-'

alphabet

number