StringUtils.commaDelimitedListToStringArray

Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings. @param str the input {@code string} (potentially {@code null} or empty) @return an array of strings, or the empty array in case of empty input

class StringUtils
static
string[]
commaDelimitedListToStringArray
(
string str
)

Meta