Skip to content

v2.1.0.0 - "All The Cases!"

Latest
Compare
Choose a tag to compare
@fatho fatho released this 31 Aug 10:54
· 8 commits to master since this release
  • Added a case-insensitive variant of the Boyer-Moore algorithm in the Data.Text.BoyerMooreCI.* modules. (#47)
  • Fixed a bug in the case-insensitive Aho-Corasick replacer where it would
    replace the wrong section of the haystack when the needle had a different
    byte-length than the matching part of the haystack. (#47)
  • Allow mapping the payloads of Aho-Corasick automatons. (#46)