Java Utililty Methods String Abbreviate

List of utility methods to do String Abbreviate

Description

The list of methods to do String Abbreviate are organized into topic(s).

Method

Stringabbrv(String str, int max)
Abbreviate the given string.
return (abbrv(str, max, true));