I'm working on #422 and wanted to make a note here that if you try to use a [ or ] as a delimiter with splitTokens() there's a bug due to the way I am forming a regular expression behind the scenes. This will come up rarely, but still needs to be fixed. I shall do so soon!
I'm working on #422 and wanted to make a note here that if you try to use a
[or]as a delimiter withsplitTokens()there's a bug due to the way I am forming a regular expression behind the scenes. This will come up rarely, but still needs to be fixed. I shall do so soon!