コード例 #1
0
 private static String whatsBetween(String before, String after, String full) {
   return ILA_decisions.whatsBetween(before, after, full);
 }