Documentation
¶
Index ¶
- Variables
- func ClassMap(node *html.Node) map[string]bool
- func ColorToANSI(s string) string
- func IndexFold(s, sub string, offset int) (int, int)
- func MatchCase(s, src string) string
- func NodeAttr(node *html.Node, attr string) string
- func NodeString(node *html.Node) string
- func PrefixMap(node *html.Node) map[string]string
- func ReplaceAllFold(s, sub, repl string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var NickRegex = regexp.MustCompile("[a-zA-Z\\x5B-\\x60\\x7B-\\x7D[\\]\\\\`_^{|}][a-zA-Z0-9\\x5B-\\x60\\x7B-\\x7D[\\]\\\\`_^{|}\\-]*")
Functions ¶
func ColorToANSI ¶
func NodeString ¶
func ReplaceAllFold ¶
returns "" if there was no replacement
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.