Searched refs:timeNoMillisNoZonePattern (Results 1 – 1 of 1) sorted by relevance
70 private static final Pattern timeNoMillisNoZonePattern = Pattern.compile("^(\\d+:){2}\\d+$"); field in StringUtils109 couplings.add(new PatternCouplings(timeNoMillisNoZonePattern, timeNoMillisNoZoneFormatter)); in couplings.add() argument