Documentation ¶
Overview ¶
Package twitter provides filters to identify Twitter-style @handles and #hashtags, and coalesce them into single tokens
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Handles = sigil.NewFilter("@", legalHandle)
Handles will identify Twitter-style handles, combining the @ and name into a single token
Hashtags will identify Twitter-style hashtags, combining the # and tag into a single token
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.