Package com. theonlytails. ketex
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class KetexGroup(type: KetexGroup.KetexGroupType, name: String) : KetexFragment, KetexToken
Content copied to clipboard
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.TYPEALIAS ] )
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Appends a minimum quantifier ({3,}
) to the current token.
Link copied to clipboard
Appends a range quantifier ({1,3}
) to the current token.
Link copied to clipboard
Link copied to clipboard
Appends an exact quantifier ({3}
) to the current token.
Link copied to clipboard
inline fun group( type: KetexGroup.KetexGroupType = KetexGroupType.Capture, name: String = "", block: KetexGroup.() -> Unit): KetexGroup
Content copied to clipboard
Link copied to clipboard
Appends a lazy modifier (?
) to the previous quantifier.
Link copied to clipboard
Appends a star quantifier (*
) to the current token.
Link copied to clipboard
Link copied to clipboard
Appends an optional quantifier (?
) to the current token.
Link copied to clipboard
Appends an alternation token (|
) to the current token.
Link copied to clipboard
inline fun regex(vararg flags: RegexOption, block: KetexBuilder.() -> Unit): Regex
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Appends a plus quantifier (+
) to the current token.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard