mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
The new function specifies the single minimal diff between 2 strings. It takes in 2 string parameters and returns an array with 3 integers where the 1st is the index where the difference starts and the 2nd and 3rd are the indices of the end of the diff in the 2 strings.