Changes for version 0.005 - 2023-09-09

  • Base re_or_code_from_str on obj::re instead of the 're' type, to be more strict.

Modules

Regexp object
Regexp object from string
Regex (convertable from string of the form `/.../`) or coderef (convertable from string of the form `sub { ... }`)
Regexp object
Regexp object from string using Regexp::From::String's str_to_re()
Regex (convertable from string of the form `/.../`) or coderef (convertable from string of the form `sub { ... }`)
Various regular-expression schemas