Searched refs:SPACES (Results 1 – 1 of 1) sorted by relevance
28 private static final Pattern SPACES = Pattern.compile("\\s+"); field in Value80 return SPACES.matcher(str.trim()).replaceAll(" ").trim(); in normalize()136 final Matcher m = SPACES.matcher(s); in oneLinePerWord()153 final Matcher m = SPACES.matcher(normalize(str.toString())); in oneLinePerWord()