module documentation
Provides the find_brute to perform a text search using the brute-force algorithm.
Function | find |
Return the lowest index of T at which substring P begins (or else -1). |
Provides the find_brute to perform a text search using the brute-force algorithm.
Function | find |
Return the lowest index of T at which substring P begins (or else -1). |