Determines whether a character is ASCII, meaning that its code point is less than 128. @since 19.0 (since 1.0 as constant {@code ASCII})
()
| 165 | * @since 19.0 (since 1.0 as constant {@code ASCII}) |
| 166 | */ |
| 167 | public static CharMatcher ascii() { |
| 168 | return Ascii.INSTANCE; |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * Determines whether a character is a BMP digit according to <a |
no outgoing calls