atLeast

infix fun KetexToken.atLeast(min: Int): KetexToken

Appends a minimum quantifier ({3,}) to the current token.

Matches the specified quantity of the previous token. {3,} will match 3 or more.