How can I split a string using [ as the delimiter?
[
String line = \"blah, blah [ tweet, tweet\";
if I do
line.
Please use "\\[" instead of "[".
"\\["
"["