Character-wise string diff in PHP

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

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

提交回复
热议问题