Tool class to simplify some String operations. This class is for internal usage. More...
Static Public Member Functions | |
static String | join (Object[] arr, String sep) |
static String | csv (Object[] arr) |
static Pattern | regexExact (String exp) |
static Pattern | regexCsv (String exp) |
Tool class to simplify some String operations. This class is for internal usage.
|
static |
|
static |
|
static |
|
static |