Could you please let me know whether we have any StringUtils function to split based on comma and space. Basically i am wondering whether we have any function which will split based on two delimiters. I have written custom function to do the same, but just checking whether we have any good function in any utils package.
The way I have done is to replace first delimiter with second one and then split based on second delimiter.