mention icon indicating copy to clipboard operation
mention copied to clipboard

Twitter like mentions and #hashtags parser for Go(Golang)

Results 3 mention issues
Sort by recently updated
recently updated
newest added

Since `termIndexes` is a `[]int` and some "raw" byte indexes are accessed (e.g. `str[t+1] == byte(prefix)`), multibyte prefixes won't work. This: mention.GetTags('🔥', "I'm on 🔥fire!") Should match `fire`, but doesn't...

help wanted

Add to documentation and examples how to use `mention` with custom terminators

enhancement

Twitter has an official list of characters that are allowed/disallowed in hashtags and mentions. For example, hashtags can't start with a number, and cannot contain special characters (some are allowed...