I get a string of unit ids from this:
String units = FolderUtil.getInstance().getUnits(folderId);
which looks like this:
[1886bec8-334b-4be0-bcb6-3594c7e454b6, 4818dda2-e124-460d-b910-dc0386ceb138, e95cdfcb-14d6-4065-a69d-8f0213e1f8b4]
How can I separate each id so I can pass each value individually into another method?