static String replaceVariables( String s, String Function(Match match) replace) => s.replaceAllMapped(_regexpVariable, replace);