Add more shit to strip

This commit is contained in:
2024-11-12 11:29:11 +01:00
parent 18d7177099
commit f639545e9b

View File

@@ -80,7 +80,7 @@ func DownloadR(url string) error {
return nil
}
var re = regexp.MustCompile(`[#!$%&/()";:?;,]`)
var re = regexp.MustCompile(`[#!$%&/()";:?;,|*]`)
func Sanitize(s string) string {
s = strings.ReplaceAll(s, "&", "and")