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
()
| 88 | * @since 19.0 (since 1.0 as constant {@code WHITESPACE}) |
| 89 | */ |
| 90 | public static CharMatcher whitespace() { |
| 91 | return Whitespace.INSTANCE; |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * Determines whether a character is a breaking whitespace (that is, a whitespace which can be |
no outgoing calls
no test coverage detected