I am writing a script that will get inputs from the user on regex format.
I would like to "lint" the input so if a new regex given is already covered by another it will issue a warning.
For example if in the list there are the following items:
And the user will addabc.*f hello world\d 1234
In reply to Is regex 1 covered by regex 2 by Kafka
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |