MCPcopy
hub / github.com/google/guava / normalizeWord

Method normalizeWord

guava/src/com/google/common/base/CaseFormat.java:40–43  ·  view source on GitHub ↗
(String word)

Source from the content-addressed store, hash-verified

38 */
39 LOWER_HYPHEN(CharMatcher.is('-'), "-") {
40 @Override
41 String normalizeWord(String word) {
42 return Ascii.toLowerCase(word);
43 }
44
45 @Override
46 String convert(CaseFormat format, String s) {

Callers 2

normalizeFirstWordMethod · 0.95
convertMethod · 0.45

Calls 3

toLowerCaseMethod · 0.95
firstCharOnlyToUpperMethod · 0.95
toUpperCaseMethod · 0.95

Tested by

no test coverage detected