RegEx/RegularExpression/Quantifier.regex.output.txt

{2}
{3,}
{2,3}
{,3}
?
++
*?
*