Determines whether a character is whitespace according to the latest Unicode standard, as illustrated here . This is not the same definition used by other Java APIs. (See a <a href="http://spreadsheets.google.com
()
| 93 | |
| 94 | |
| 95 | public static CharMatcher whitespace() { |
| 96 | return Whitespace.INSTANCE; |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Determines whether a character is a breaking whitespace (that is, a whitespace which can be |
no outgoing calls
no test coverage detected