Character-wise string diff in PHP

前端 未结 4 1392
庸人自扰
庸人自扰 2021-02-10 20:05

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:34

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

提交回复
热议问题