public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
join(String delimiter,
String[] s) |
static String |
repeat(String text,
int times)
repeat a text many times
|
Copyright © 2022. All rights reserved.