package
0.0.0-20190823073817-48c9e09f6365
Repository: https://github.com/kylesliu/golang-learn.git
Documentation: pkg.go.dev

# Functions

KMP Return index list if target string contain want string.
Strchr :Returns a pointer to the last occurrence of string in the string str.
Strstr :Use kmp for strstr function.

# Constants

MaxArraySize Need modify this value if your pattern is much learger than 100.