0 / 15 solved
lesson 1 / 15Β· first steps
Just type the letters
Regex matches anywhere in a string by default. Type the literal text you want to find β the simplest possible pattern.
// your regex
length 0Β·par 3
//
should match0 / 4 ok
βdog
βdoggo
βlapdog
βdogcatcher
should NOT match3 / 3 ok
βcat
βrat
βbat
// quick reference
abcMatch the literal characters anywhere in the string
// lessons
Lessons unlock as you complete them. Click any unlocked lesson to revisit.