Highlight the difference between two strings in PHP

前端 未结 13 2376
独厮守ぢ
独厮守ぢ 2020-11-22 07:50

What is the easiest way to highlight the difference between two strings in PHP?

I\'m thinking along the lines of the Stack Overflow edit history page, where new text

相关标签:
13条回答
  • 2020-11-22 08:47

    A php port of Neil Frasers diff_match_patch (Apache 2.0 licensed)

    0 讨论(0)
提交回复
热议问题