Determines whether a character is ASCII, meaning that its code point is less than 128. @since 19.0 (since 1.0 as constant ASCII)
()
| 117 | |
| 118 | |
| 119 | public static CharMatcher ascii() { |
| 120 | return Ascii.INSTANCE; |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Determines whether a character is a digit according to |
no outgoing calls
no test coverage detected