Download the PHP package anhoder/boyer-moore without Composer
On this page you can find all versions of the php package anhoder/boyer-moore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download anhoder/boyer-moore
More information about anhoder/boyer-moore
Files in anhoder/boyer-moore
Download anhoder/boyer-moore
More information about anhoder/boyer-moore
Files in anhoder/boyer-moore
Vendor anhoder
Package boyer-moore
Short Description Boyer-Moore algorithm in PHP(support Chinese).
License MIT
Package boyer-moore
Short Description Boyer-Moore algorithm in PHP(support Chinese).
License MIT
Please rate this library. Is it a good library?
Informations about the package boyer-moore
PHP实现的Boyer-Moore字符搜索算法,支持中文。 PHP implementation of Boyer-Moore character search algorithm, support for Chinese.
Requirement
Install
Usage
BoyerMooreMatcher::MODE_ONLY_ONE
: 匹配到一个就返回BoyerMooreMatcher::MODE_SKIP_MATCHED
: 找出所有匹配的字串,已匹配的字符不参与后续匹配,例如:在ababa
中搜索aba
结果为[0]
BoyerMooreMatcher::MODE_SKIP_MATCHED
: 找出所有匹配的字串,已匹配字符继续参与匹配,例如:在ababa
中搜索aba
结果为[0, 2]
All versions of boyer-moore with dependencies
PHP Build Version
Package Version
Requires
symfony/polyfill-mbstring Version
^1.23
The package anhoder/boyer-moore contains the following files
Loading the files please wait ....