Java Utililty Methods String Abbreviate
List of utility methods to do String Abbreviate
HOME
Java
S
String Abbreviate
Description
The list of methods to do String Abbreviate are organized into topic(s).
Method
String
abbrv(String str, int max)
Abbreviate the given string.
return
(abbrv(str, max, true));
«
1
2
3
4
5
6
»