Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ normalizeWord
Method
normalizeWord
output/java_guava/1.4.19/CaseFormat.java:38–41 ·
view source on GitHub ↗
(String word)
Source
from the content-addressed store, hash-verified
36
*/
37
LOWER_HYPHEN(CharMatcher.is(
'-'
),
"-"
) {
38
@Override
39
String normalizeWord(String word) {
40
return
Ascii.toLowerCase(word);
41
}
42
43
@Override
44
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