public final class Patterns
extends java.lang.Object
Pattern
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMA_SEPARATOR
A pattern string for comma separated lists with optional whitespace.
|
static java.lang.String |
WHITESPACE
The whitespace pattern string.
|
Modifier | Constructor and Description |
---|---|
private |
Patterns() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toWhitespaceSeparator(java.lang.String separator)
Creates a pattern string for
separator surrounded by whitespace. |
public static final java.lang.String COMMA_SEPARATOR
public static final java.lang.String WHITESPACE