Archive October 2019

Longest common subsequence calculation in PHP with UTF-8 strings

I needed a PHP library that compares strings with a Longest common subsequence algorithm. Important was the support of UTF-8 or Multibyte Strings at all.

Continue reading ...