public class StringUtills extends Object
| Constructor and Description |
|---|
StringUtills() |
| Modifier and Type | Method and Description |
|---|---|
static String |
expandTabs(String str)
Replaces all tabs with 4 spaces.
|
static String |
htmlEntites(String str)
Replaces all opening an closing tags with
< or >. |
static <T> String |
join(Iterable<T> objs,
String delimiter) |
static List<String> |
normalize(List<String> list) |
static String |
normalize(String str) |
static List<String> |
wrapText(List<String> list,
int columnWidth) |
static String |
wrapText(String line,
int columnWidth)
Wrap the text with the given column width
|
Copyright © 2015. All rights reserved.