How to highlight changes/difference in one text paragraph from the other?

后端 未结 4 957
你的背包
你的背包 2021-01-21 04:03

Is it possible to highlight the modifications in one text paragraph from the other?

For example, there are 3 text fields in a database. Non-admin users can edit the text

4条回答
  •  不知归路
    2021-01-21 04:41

    Options:

    • PHP Inline Diff (uses PEAR text-diff)
    • PEAR Text_Diff
    • Diff in Pure PHP
    • xdiff_string_diff()

    Stackoverflow Archive:

    • Highlight the difference between two strings in PHP
    • Apply Diff in PHP
    • Need Help Optimizing php string difference function

提交回复
热议问题