JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH:
Module
ical4j.core
Package
net.fortuna.ical4j.util
Interface RegEx
public interface
RegEx
Regex patterns and strings used for various purposes.
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
COLON_DELIMITED
static final
String
COMMA_DELIMITED
Used to split comma-delimited strings, allowing for whitespace.
Field Details
COMMA_DELIMITED
static final
String
COMMA_DELIMITED
Used to split comma-delimited strings, allowing for whitespace.
See Also:
Constant Field Values
COLON_DELIMITED
static final
String
COLON_DELIMITED
See Also:
Constant Field Values