Searched refs:NUMERIC_INDEX_REGEX (Results 1 – 1 of 1) sorted by relevance
39 private val NUMERIC_INDEX_REGEX = Pattern.compile("\\d+") constant149 val matcher = NUMERIC_INDEX_REGEX.matcher(indexString) in createCity()