Add email HTML comment to info

This commit is contained in:
edoardottt
2022-03-28 17:20:39 +02:00
parent 8a18a74b60
commit 4a2f1cddbb
+5
View File
@@ -49,6 +49,11 @@ func GetInfoRegexes() []Info {
[]string{
`(?i)([a-zA-Z0-9_.+-]+@[a-zA-Z0-9]+[a-zA-Z0-9-]*\.[a-zA-Z0-9-.]*[a-zA-Z0-9]{2,})`},
},
{
"HTML comment",
[]string{
`(?i)(\<![\s]*--[\-!@#$%^&*:;ºª.,"'(){}\w\s\/\\[\]]*--[\s]*\>)`},
},
}
return regexes
}