Sort by: Newest, Oldest, Most Relevant
(#bvykn5a) Only way I can think of to solve this (_because Go's regexp library doesn't have negative look behinds_) is to do something like this: ``` func ExpandTag(conf *Config, db Store, user *User, text string) string { - re := regexp.MustCompile(```#([-\w]+)`) + re := regexp.MustCompile(`[( ,;]#([-\w]+)`) ```

matched #237sn5a score:12.5 Search by:
Search by 1 tags:
This is twtxt search engine and crawler. Please contact Support if you have any questions, concerns or feedback!