java comment fendre un dtring et couper en même temps

String result[] = attributes.trim().split("\\s*,\\s*");
Panicky Puma