🦖 Tyrannosaurus Regex
Syntax Basics Island
Level 7: Geraldine
7 of 13
Quantifier: match a specific number of occurrences
The curly braces {n} match exactly n occurrences of the preceding element. The pattern /[0-9]{5}/ matches exactly five digits in a row.
Geraldine likes words with three vowels in a row (she'll eat a y).
/ /
✅ Should Match (0 / 4)
lieu
fastidious
queue
buoyancy
❌ Should not Match (0 / 4)
euphoric
crypt
plums
scritch