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).
- DiffResult - class in org.organicdesign.testUtils.string
- DiffResult.Companion - class in org.organicdesign.testUtils.string.DiffResult