func (r *Replacer) Replacer() any { … } func (r *Replacer) PrintTrie() string { … } func (r *genericReplacer) printNode(t *trieNode, depth int) (s string) { … } func StringFind(pattern, text string) int { … } func DumpTables(pattern string) ([]int, []int) { … }