Added Methods
|
CharSequence commaEllipsize(CharSequence, TextPaint, float, String, String)
|
Converts a CharSequence of the comma-separated form "Andy, Bob,
Charles, David" that is too wide to fit into the specified width
into one like "Andy, Bob, 2 more". |
CharSequence expandTemplate(CharSequence, CharSequence[])
|
Replace instances of "^1", "^2", etc. |
int getTrimmedLength(CharSequence )
|
Returns the length that the specified CharSequence would have if
spaces and control characters were trimmed from the start and end,
as by String.trim. |
boolean isDigitsOnly(CharSequence )
|
Returns whether the given CharSequence contains only digits. |
String[] split(String, Pattern)
|
Splits a string on a pattern. |