Character-wise string diff in PHP

前端 未结 4 1398
庸人自扰
庸人自扰 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:24

    https://github.com/gorhill/PHP-FineDiff supports character-wise diff and can render the differences in HTML

提交回复
热议问题