in src/main/org/apache/ant/props/PrefixedEvaluator.java [64:66]
protected Object evaluate(String[] groups, PropertyHelper propertyHelper) { return canInterpret(groups[1]) ? evaluate(groups[2], groups[1], propertyHelper) : null; }