Determines whether a character is invisible; that is, if its Unicode category is any of SPACE_SEPARATOR, LINE_SEPARATOR, PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and PRIVATE_USE according to ICU4J. @since 19.0 (since 1.0 as constant INVISIBLE)
()
| 217 | |
| 218 | |
| 219 | public static CharMatcher invisible() { |
| 220 | return Invisible.INSTANCE; |
| 221 | } |
| 222 | |
| 223 | /** |
| 224 | * Determines whether a character is single-width (not double-width). When in doubt, this matcher |