Beispiel #1
0
 public void CommonStartsTest()
 {
     Assert.Equal("AB", StringEx.CommonStarts("ABC", "AB123", "ABC23"));
 }