It would be useful to have a special list type for matching regular expressions. For example: ```yaml 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.
It would be useful to have a special list type for matching regular expressions. For example:
The matched slot object should also return captured groups for subsequent use.