The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.003 - 2023-09-05

  • Add schema: re_or_code_from_str.

Modules

Regexp object from string
Regex (convertable from string of the form `/.../`) or coderef (convertable from string of the form `sub { ... }`)
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