Uses of Class
com.google.mu.util.CaseBreaker
Packages that use CaseBreaker
-
Uses of CaseBreaker in com.google.mu.util
Methods in com.google.mu.util that return CaseBreakerModifier and TypeMethodDescriptionCaseBreaker.withLowerCaseChars
(CharPredicate 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
(CharPredicate 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.