Parsef Exposes Formatter.parse(s: String): List<FormatString> using reflection Usage Kotlin parsef("Example %1\$s") Java FormatterExtensions.parsef("Example %1$s") TODO Verify implementation of java.util.Formatter are equal on different jvm targets