public class JediString extends Object
Constructor and Description |
---|
JediString() |
Modifier and Type | Method and Description |
---|---|
static String |
capitalize(String text) |
static String |
lower(String text) |
static String |
repeat(Object object,
int amount) |
static String |
repeat(Object object,
int amount,
boolean vertical) |
static String |
repeat(String format,
Object object,
int amount,
boolean vertical) |
static String |
toString(Date date,
String format) |
static String |
upper(String text) |