Changes for version 0.008 - 2022-06-09

  • [schema str_or_re] Allow string in the form of 'qr(...)' to also be converted to Regexp object.

Modules

Convert string to regex if string is delimited by /.../ or qr(...)
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