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

Method whitespace

output/java_guava/1.4.13/CharMatcher.java:95–97  ·  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

93
94
95 public static CharMatcher whitespace() {
96 return Whitespace.INSTANCE;
97 }
98
99 /**
100 * 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