hassil icon indicating copy to clipboard operation
hassil copied to clipboard

New feature - match regex

Open tetele opened this issue 1 year ago • 0 comments

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.

tetele avatar Jan 03 '24 23:01 tetele