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