MCPcopy Create free account
hub / github.com/antlr/codebuff / javaDigit

Method javaDigit

output/java_guava/1.4.13/CharMatcher.java:145–147  ·  view source on GitHub ↗

Determines whether a character is a digit according to plain Character#isDigit(char) Java's definition. If you only care to match ASCII digits, you can use inRange('0', '9'). @since 19.0 (since 1.0 as constant JAVA_DIGIT)

()

Source from the content-addressed store, hash-verified

143
144
145 public static CharMatcher javaDigit() {
146 return JavaDigit.INSTANCE;
147 }
148
149 /**
150 * Determines whether a character is a letter according to {@linkplain Character#isLetter(char)

Callers 1

CharMatcherClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected