Character-wise string diff in PHP

前端 未结 4 1185
北恋
北恋 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:41

    There is a php version of google-diff-match-patch available here: https://github.com/nuxodin/diff_match_patch-php

提交回复
热议问题