Files

6 lines
92 B
Java

class Test {
{
String regexp = "|\t";
String[] parts = "".split(regexp);
}
}