Uses of Class
com.google.mu.util.CaseBreaker
-
Uses of CaseBreaker in com.google.mu.util
Modifier and TypeMethodDescriptionCaseBreaker.withLowerCaseChars
(com.google.common.base.CharMatcher camelLower) Returns a new instance usingcamelLower
to identify lower case characters (don't forget to include digits if they should also be treated as lower case).CaseBreaker.withPunctuationChars
(com.google.common.base.CharMatcher punctuation) Returns a new instance usingpunctuation
to identify punctuation characters (ones that separate words but aren't themselves included in the result), for example if you want to support dash-case using the en dash (–) character.