PySubstringSearch icon indicating copy to clipboard operation
PySubstringSearch copied to clipboard

Python library for fast substring/pattern search written in C++ leveraging Suffix Array Algorithm

Results 4 PySubstringSearch issues
Sort by recently updated
recently updated
newest added

In the search function, is there any support to search using regular expression ?

is it possible to apply boundary match in multiple search? or anyone have recommendation library that have feature like that in fast execution?

does it support for search by multiple substring? like (?:substring1|substring2|substring1) in regex