a useful string detective that looks for text between tab characters - the magic happens here: at splitWithTabs // split("\\t") cuts the string into pieces wherever it finds a tab character
-- Think of it like cutting a sandwich wherever you see a toothpick
GO TO FULL VERSION