presentableDiff

fun presentableDiff(a: String, b: String, config: DiffConfig = DiffConfig()): List<Change>

Compute the difference between the given strings, and clean up the resulting diff for presentation to users by dropping short unchanged ranges, and aligning changes to word boundaries when appropriate.