Changes for version 0.016 - 2023-10-23

  • Add minimum perl version v5.14 because of the generated (?^...) regexp pattern (RT#150115).

Modules

Convert string to regex if string is delimited by /.../ or qr(...)
Eval string if in the form of 'sub { ... }'
String of bytes in hexadecimal notation, e.g. "ab99" or "CAFE"
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
A single latin letter, i.e. A-Z or a-z
String containing only zero or more lowercases Latin letters, i.e. a-z
A single latin lowercase letter, i.e. a-z
String containing only zero or more uppercase Latin letters, i.e. A-Z
A single latin uppercase letter, i.e. A-Z
String containing only zero or more lowercase letters
A non-empty string (length >= 1) (alias for str1)
A number in percent form, e.g. "10.5%"
A non-empty string (length >= 1)
String or array (0+ length) of (defined) string
String or array (1+ length) of (defined) string
String or coderef (if string is of the form `sub {...}`)
String or regex (if string is of the form `/.../`)
String, or regex (if string is of the form `/.../`), or coderef (if string is in the form of `sub { ... }`)
String containing only zero or more uppercase letters
String of bytes in hexadecimal notation, e.g. "ab99" or "CAFE"
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
A single latin letter, i.e. A-Z or a-z
String containing only zero or more lowercases Latin letters, i.e. a-z
A single latin lowercase letter, i.e. a-z
String containing only zero or more uppercase Latin letters, i.e. A-Z
A single latin uppercase letter, i.e. A-Z
String containing only zero or more lowercase letters
A non-empty string (length >= 1) (alias for str1)
A number in percent form, e.g. "10.5%"
A non-empty string (length >= 1)
String or array (0+ length) of (defined) string
String or array (1+ length) of (defined) string
String or coderef (if string is of the form `sub {...}`)
String or regex (if string is of the form `/.../`)
String, or regex (if string is of the form `/.../`), or coderef (if string is in the form of `sub { ... }`)
String containing only zero or more uppercase letters
Various string schemas