The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.006 - 2023-12-20

  • No functional changes.
  • [doc] Explain the difference between re_from_str and str_or_re.

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