Searched refs:LOCAL_PART (Results 1 – 2 of 2) sorted by relevance
75 private static final String LOCAL_PART = "[^@]+"; field in Address84 Pattern.compile("\\A" + LOCAL_PART + "@" + DOMAIN_PART + "\\z");
74 private static final String LOCAL_PART = "[^@]+"; field in Address83 Pattern.compile("\\A" + LOCAL_PART + "@" + DOMAIN_PART + "\\z");