I have a String that looks like: "{xxx},{xxx},{xxx}", i\'m wondering how can i convert it to a list using Java or split it into String[] using regex.
Thanks