Matches no characters. @since 19.0 (since 1.0 as constant NONE)
()
| 71 | * @since 19.0 (since 1.0 as constant {@code NONE}) |
| 72 | */ |
| 73 | public static CharMatcher none() { |
| 74 | return None.INSTANCE; |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Determines whether a character is whitespace according to the latest Unicode standard, as |
no outgoing calls
no test coverage detected