Constant Field Values

Contents

com.shaiksphere.*

  • com.shaiksphere.mindsmine.jems.RegExHelper 
    Modifier and Type Constant Field Value
    public static final String LATITUDE "(^\\+?([1-8])?\\d(\\.\\d+)?$)|(^-90$)|(^-(([1-8])?\\d(\\.\\d+)?$))"
    public static final String LONGITUDE "(^\\+?1[0-7]\\d(\\.\\d+)?$)|(^\\+?([1-9])?\\d(\\.\\d+)?$)|(^-180$)|(^-1[1-7]\\d(\\.\\d+)?$)|(^-[1-9]\\d(\\.\\d+)?$)|(^\\-\\d(\\.\\d+)?$)"
    public static final String TIME_DISPLAY "(([0-1]*[0-9]|[2][0-3]):([0-5][0-9]))"
    public static final String US_PHONE_NUMBER "\\(([2-9][0-9][0-9])\\) ([2-9][0-9]{2})-([0-9]{4})"