I\'m looking for a regular expression in Java which matches all whitespace characters in a String. \"\\s\" matches only some, it does not match and s
The is only whitespace in HTML. Use an HTML parser to extract the plain text. and \s should work just fine.
\s