fjs-string-matching icon indicating copy to clipboard operation
fjs-string-matching copied to clipboard

Official sample code for the very fast Franek-Jennings-Smyth (FJS) full text string search algorithm

Results 2 fjs-string-matching issues
Sort by recently updated
recently updated
newest added

Fist of all, hats off for the great work. Can this be adopted for multiple string/regex pattern matching? If so how?

such as finding pattern "a?baa" in text "aabaabaaba bab aaabaa", ? stands for any alphabet,thanks