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

Method whitespace

corpus/java/training/guava/base/CharMatcher.java:90–92  ·  view source on GitHub ↗

Determines whether a character is whitespace according to the latest Unicode standard, as illustrated here . This is not the same definition used by other Java APIs. (See a <a href="http://spreadsheets.google.com

()

Source from the content-addressed store, hash-verified

88 * @since 19.0 (since 1.0 as constant {@code WHITESPACE})
89 */
90 public static CharMatcher whitespace() {
91 return Whitespace.INSTANCE;
92 }
93
94 /**
95 * Determines whether a character is a breaking whitespace (that is, a whitespace which can be

Callers 2

trimResultsMethod · 0.95
CharMatcherClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected