Character-wise string diff in PHP

前端 未结 4 1126
北恋
北恋 2021-02-10 19:56

In short I am looking for something like google-diff-match-patch in PHP.

I have had a look at some similar questions at SO, and also at the algorithm provided here, but

4条回答
  •  心在旅途
    2021-02-10 20:47

    There is a port of fresh version google-diff-match-patch library. It is much faster than previous and have no problems wth utf8.

提交回复
热议问题