Searched refs:variablePattern (Results 1 – 1 of 1) sorted by relevance
15 Pattern variablePattern = Pattern.compile("([^$]*)\\$\\{(.*?)\\}(.*)"); in doSingleSubstitution() local18 Matcher variableMatcher = variablePattern.matcher(expandedValue); in doSingleSubstitution()35 variableMatcher = variablePattern.matcher(expandedValue); in doSingleSubstitution()