diff

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

Compute the difference between two strings.