Practice

Regex Practice

Basic

Hands-on regular-expression lessons - write real patterns, run them instantly, and get checked by real tests. No setup, no account.

Regex Practice

Eight short, hands-on regex lessons, from your first .test() call to two capstones that pull real data out of messy text. Each lesson gives you a task and a Run button - your code is checked against real tests the moment you run it. Everything runs in your browser.

Already read Regular Expressions, Explained? This is where that theory turns into muscle memory. Start with lesson 1 - you can leave and come back any time, your code is saved locally.

Lessons

  1. Literal matching and .test()
  2. Character classes
  3. Quantifiers
  4. Anchors and boundaries
  5. Groups and capture
  6. Practical validation
  7. Capstone: extracting prices
  8. Capstone: normalizing usernames