static String substitute(Configuration conf, String expr) { return expr == null ? null : INSTANCE.substitute(conf, expr, 1); }
static String substitute(String expr) { return expr == null ? null : INSTANCE.substitute(null, expr, 1); }