hassil
hassil copied to clipboard
New feature - match regex
It would be useful to have a special list type for matching regular expressions. For example:
lists:
date:
regex: "([0-9]{0,2})[\.\/]([0-9]{0,2})[\.\/]([0-9]{4})"
The matched slot object should also return captured groups for subsequent use.