Example #1
0
 public static List<String> splitTabsToList(String s) {
   return T_TAB.tokenizeToList(s);
 }