package
0.6.1
Repository: https://github.com/0raja/rutils.git
Documentation: pkg.go.dev

# Functions

GetNext 返回模板串s的next数组.
No description provided by the author
Kmp s1为主串,s2为模板串,如果s2在s1中出现,返回s1中第一个匹配的字符下标,否则返回-1.