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.007 - 2022-06-08

  • No functional changes.
  • [schema str_or_re] [doc] Tweak description to mention that a Regexp object is also accepted.

Modules

Convert string to regex if string is delimited by /.../
String of bytes in hexadecimal
String containing only zero or more Latin letters, i.e. A-Z or a-z
String containing only zero or more Latin letters/digits, i.e. A-Za-z0-9
Latin letter, i.e. A-Z or a-z
String or array (0+ length) of (defined) string
String or array (1+ length) of (defined) string
String or regex (if string is of the form `/.../`)
String of bytes in hexadecimal
String containing only zero or more Latin letters, i.e. A-Z or a-z
String containing only zero or more Latin letters/digits, i.e. A-Za-z0-9
Latin letter, i.e. A-Z or a-z
String or array (0+ length) of (defined) string
String or array (1+ length) of (defined) string
String or regex (if string is of the form `/.../`)
Various string schemas