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

后端 未结 4 988
你的背包
你的背包 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:54

    If you are familiar with GNU/Linux tools, you might be familiar with the `diff' tool.

    And someone has written a fully functional diff for comparing files/strings in php.

    You can find it here: php diff example.

提交回复
热议问题