RegEx/RegularExpression/Quantifier.regex.input.txt

{2}
{3,}
1
{2,3}
{,3}
notaquantifier
a?
a++
b*?
c*