String substitutePromptVariable(String variable, String value) { return this.replaceAll(":$variable:", value); }