🦖 Tyrannosaurus Regex
Syntax Basics Island
Level 6: François
6 of 13
Negated character classes: match any character NOT in the set
A caret (^) at the start of a character class negates it. The pattern /[^0-9]/ matches any character that is NOT a digit.
François likes really rich food: words with at least three consonants in a row.
/ /
✅ Should Match (0 / 4)
chromosome
three
strengths
rhythm
❌ Should not Match (0 / 4)
allosaurus
queue
herbivore
sequoia