Closed hudsonmuff closed 1 year ago
All emails that are inside an html tag (i.e. content of an attribute) should be skipped.
At the moment only these three options are handled:
mailto:
placeholder="
href="
Find a regex to skip emails in any attribute.
Possible solution: (?<!<[^>]*)mail
(?<!<[^>]*)mail
Fixed with #12 (v2.2.0 & v1.2.0)
All emails that are inside an html tag (i.e. content of an attribute) should be skipped.
At the moment only these three options are handled:
mailto:
placeholder="
href="
Find a regex to skip emails in any attribute.