Add more shit to strip
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user