Uses of Class
com.google.mu.util.CaseBreaker

Packages that use CaseBreaker
Package
Description
StringFormat, Substring, Optionals and more...
  • Uses of CaseBreaker in com.google.mu.util

    Methods in com.google.mu.util that return CaseBreaker
    Modifier and Type
    Method
    Description
    CaseBreaker.withLowerCaseChars(com.google.common.base.CharMatcher camelLower)
    Returns a new instance using camelLower 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 using punctuation 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.