Searched defs:MatchResult (Results 1 – 1 of 1) sorted by relevance
186 fun MatchResult.strArg(index: Int) = this.groupValues[index].trim() method187 fun MatchResult.intArg(index: Int) = strArg(index).toInt() method188 fun MatchResult.timeArg(index: Int) = INTERPRET_TIME_UNIT * intArg(index) method