Split this string using ANY of the characters from delimiters
Split string on this character This will return exactly 1 + n number of items where n is the number of occurrence of delimiter in String s
Split string using a regex pattern
(Since version ) see corresponding Javadoc for more information.