Regular Expressions > Quantifiers > Flashcards
*
Zero or more
+
1 or more
?
0 or 1
{n}
Exactly n (number of) times
{n, }
n (number) or more times
{n,m}
Between n to m (number of) times