Users Pricing

forum

home / developersection / forums / split a string with any whitespace chars as delimiters?

Split a string with any whitespace chars as delimiters?

Anonymous User 2139 11 Aug 2015
What regex pattern would need I to pass to the java.lang.String.split() method to split a String into an Array of substrings using all whitespace characters (' ', '\t', '\n', etc.) as delimiters?

I am a content writter !


1 Answers