allow #0day

This commit is contained in:
Ted Unangst 2019-09-17 09:58:18 -04:00
parent 9680e472f8
commit 9a0586a2fa
1 changed files with 1 additions and 1 deletions

2
fun.go
View File

@ -151,7 +151,7 @@ func xfiltrate() string {
return s
}
var re_hashes = regexp.MustCompile(`(?:^| )#[[:alpha:]][[:alnum:]_-]*`)
var re_hashes = regexp.MustCompile(`(?:^| )#[[:alnum:]][[:alnum:]_-]*`)
func ontologies(s string) []string {
m := re_hashes.FindAllString(s, -1)