com.mcdermottroe.exemplar
Interface Constants.Regex

Enclosing interface:
Constants

public static interface Constants.Regex

Regular expression constants. The dialect of regular expressions used is the one described in Pattern.


Field Summary
static String DIGITS
          A regex that matches nothing but 1 or more digits.
static String EXIT_STATUS_MNEMONIC
          A regex that matches valid keys in the exit status resource file.
static Pattern VALID_PE_NAME
          A regex matching valid parameter entity names.
 

Field Detail

DIGITS

static final String DIGITS
A regex that matches nothing but 1 or more digits.

See Also:
Constant Field Values

EXIT_STATUS_MNEMONIC

static final String EXIT_STATUS_MNEMONIC
A regex that matches valid keys in the exit status resource file.

See Also:
Constant Field Values

VALID_PE_NAME

static final Pattern VALID_PE_NAME
A regex matching valid parameter entity names.