PySubstringSearch
PySubstringSearch copied to clipboard
Python library for fast substring/pattern search written in C++ leveraging Suffix Array Algorithm
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
Updating cortex descriptor