CaseMap.Title |
CaseMap.Title.adjustToCased() |
Returns an instance that behaves like this one but
adjusts each titlecasing BreakIterator index to the next cased character.
|
CaseMap.Title |
CaseMap.Title.noBreakAdjustment() |
Returns an instance that behaves like this one but
does not adjust the titlecasing BreakIterator indexes;
titlecases exactly the characters at breaks from the iterator.
|
CaseMap.Title |
CaseMap.Title.noLowercase() |
Returns an instance that behaves like this one but
does not lowercase non-initial parts of words when titlecasing.
|
CaseMap.Title |
CaseMap.Title.omitUnchangedText() |
Returns an instance that behaves like this one but
omits unchanged text when case-mapping with Edits.
|
CaseMap.Title |
CaseMap.Title.sentences() |
Returns an instance that behaves like this one but
titlecases sentences rather than words.
|
static CaseMap.Title |
CaseMap.toTitle() |
|
CaseMap.Title |
CaseMap.Title.wholeString() |
Returns an instance that behaves like this one but
titlecases the string as a whole rather than each word.
|