findMention

fun findMention(regex: Regex, message: String, handle: (List<String>, List<String>) -> Mention): Map<IntRange, Mention>