0
score
1.4K
views
no
status
CC BY-SA 3.0
Regex for splitting string into arraylist in java
It looks like an easy solution if this is the only String you are attempting to split. Something like this would work for the input String you provided in your question: You can use http://regexpal.com/ to help you in...