Searched refs:REMOVE_OPTIONAL_BRACKET (Results 1 – 1 of 1) sorted by relevance
57 private static final Pattern REMOVE_OPTIONAL_BRACKET = Pattern.compile("^<?([^>]+)>?$"); field in Address144 this.address = REMOVE_OPTIONAL_BRACKET.matcher(address).replaceAll("$1"); in setAddress()