A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W 

D

differentMiddle(String,String) - function in org.organicdesign.testUtils.string.StringDiff
Takes two strings and returns the different middle section which could be
  • Two empty strings (no difference)

  • an empty string and a non-empty string (a deletion or addition)

  • Two strings (the changed part).

This works by finding exact matches from the beginning and the end of the string, then returning everything inbetween.
DiffResult - class in org.organicdesign.testUtils.string
 
DiffResult.Companion - class in org.organicdesign.testUtils.string.DiffResult
 
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W