Searched refs:productVariableSubstitutionPattern (Results 1 – 1 of 1) sorted by relevance
36 var productVariableSubstitutionPattern = regexp.MustCompile("%(d|s)") var572 sub := productVariableSubstitutionPattern.ReplaceAllString(s, "{"+productVariable+"}")