Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ normalizeWord
Method
normalizeWord
corpus/java/training/guava/base/CaseFormat.java:39–42 ·
view source on GitHub ↗
(String word)
Source
from the content-addressed store, hash-verified
37
*/
38
LOWER_HYPHEN(CharMatcher.is(
'-'
),
"-"
) {
39
@Override
40
String normalizeWord(String word) {
41
return
Ascii.toLowerCase(word);
42
}
43
44
@Override
45
String convert(CaseFormat format, String s) {
Callers
2
normalizeFirstWord
Method · 0.95
convert
Method · 0.45
Calls
3
toLowerCase
Method · 0.95
firstCharOnlyToUpper
Method · 0.95
toUpperCase
Method · 0.95
Tested by
no test coverage detected