132133134135136137138139140141142
*/ public static String format(String str, String formatName) { final Formatter formatter = DEFAULT_FORMATTERS.get(formatName); if(formatter != null) return formatter.format(str); // regex replace int eq = formatName.indexOf("=="); if(eq > 0) {