++curIndex;
}
final String value = context.getVariable(variableNameBuf.toString());
if (value == null) {
throw new NoSuchVariableException("Variable: " + variableNameBuf.toString() + " could not be found");
}
newStr.append(str.substring(startIndex, searchIndex));
if (enableQuoting) {