Changes for version 0.003 - 2020-02-11

  • Add might_fail support (like in Data::Sah::Coerce) in the filter rules. We want it after all to use filter rules as checkers. Add return_type 'val' as well as 'str_errmsg+val'.
  • Add filter: Str::check (perl only for now, mostly to demo might_fail).

Modules

Filtering for Data::Sah
Convert string to lowercase
Trim whitespace at the beginning of string
Trim whitespace at the end of string
Trim whitespace at the beginning and end of string
Convert string to uppercase
Convert string to lowercase
Trim whitespaces at the beginning of string
Trim whitespaces at the end of string
Trim whitespaces at the beginning and end of string
Convert string to uppercase
Common stuffs for Data::Sah::Filter and Data::Sah::FilterJS
Generate filter code