martinb
inline fun Matcher.group_(i: Int):String? = this.group(i)
matcher.group_(1).length()
matcher.group(1).length()