This method of the PermissionUtils Class splits a string into an array of strings at the specified delimiters.
public static String[] parseStringIntoArray(String str,String delims);
Returns the string that results from parsing.
str | The string that is parsed. |
delims | The delimiters to use when parsing. |