Constant Field Values

Contents

com.helger.*

  • com.helger.commons.email.EmailAddressHelper 
    Modifier and Type Constant Field Value
    public static final String EMAIL_ADDRESS_PATTERN "[a-z0-9!#\\$%&\'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#\\$%&\'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"
  • com.helger.commons.location.ILocation 
    Modifier and Type Constant Field Value
    public static final int ILLEGAL_NUMBER -1
  • com.helger.commons.regex.RegExCache 
    Modifier and Type Constant Field Value
    public static final int MAX_CACHE_SIZE 1000
  • com.helger.commons.string.util.RomanNumeral 
    Modifier and Type Constant Field Value
    public static final int MAX_VAL 3999
    public static final int MIN_VAL 1
  • com.helger.commons.text.codepoint.CodepointHelper 
    Modifier and Type Constant Field Value
    public static final char LRE 8234
    public static final char LRM 8206
    public static final char LRO 8237
    public static final char PDF 8236
    public static final char RLE 8235
    public static final char RLM 8207
    public static final char RLO 8238
  • com.helger.commons.url.URLHelper 
    Modifier and Type Constant Field Value
    public static final char AMPERSAND 38
    public static final char EQUALS 61
    public static final char HASH 35
    public static final String PROTOCOL_FILE "file"
    public static final char QUESTIONMARK 63
    public static final String REGEX_URN "^\\Qurn:\\E[a-zA-Z0-9][a-zA-Z0-9-]{0,31}\\Q:\\E[a-zA-Z0-9()+,\\-.:=@;$_!*\'%/?#]+$"