Changes for version 0.012 - 2022-09-22
- Add schema: percent_str.
- [ux] [schema hexstr] Allow & remove whitespaces.
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
A number in percent form
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
A number in percent form
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