Ketex Token
Functions
Inheritors
Extensions
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
Appends an exact quantifier ({3}
) to the current token.
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
Appends a plus quantifier (+
) to the current token.