Documentation ¶
Index ¶
- func BoyerMooreCompile(keyword string) (*bms.BMSCompile, error)
- func BoyerMooreFind(text, keyword string) bool
- func FlashNewPool(keyword ...string) *flash.Flash
- func FlashSearch(text string, keyword ...string) bool
- func RegexpCompile(keyword string) (*regexp.KeywordCompile, error)
- func RegexpFind(text, keyword string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoyerMooreCompile ¶
func BoyerMooreCompile(keyword string) (*bms.BMSCompile, error)
Use Boyer-Moore's compilation method to find the existence of keywords
func BoyerMooreFind ¶
Use the Boyer-Moore method to find the existence of keywords.
func FlashNewPool ¶
Use Flash's compilation method to find out whether keywords exist.
func FlashSearch ¶
Use the Flash method to find whether the keyword exists.
func RegexpCompile ¶
func RegexpCompile(keyword string) (*regexp.KeywordCompile, error)
Use the compilation method of regexp to find whether the keyword exists.
func RegexpFind ¶
Use the regexp method to find whether a keyword exists.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
This is not a public method package, it is recommended to use an external wrapper.
|
This is not a public method package, it is recommended to use an external wrapper. |
This is not a public method package, it is recommended to use an external wrapper.
|
This is not a public method package, it is recommended to use an external wrapper. |
This is not a public method package, it is recommended to use an external wrapper.
|
This is not a public method package, it is recommended to use an external wrapper. |
Click to show internal directories.
Click to hide internal directories.