StringDiff

object StringDiff
class Object
trait Matchable
class Any

Value members

Concrete methods

def ansi(s1: String, s2: String, collapse: Boolean): String
def ansiBoth(s1: String, s2: String, collapse: Boolean): (String, String)
def apply(s1: String, s2: String, collapse: Boolean): String
def diff(s1: String, s2: String, collapse: Boolean): List[DiffElement[String]]
def text(s1: String, s2: String, collapse: Boolean): String