Reference

Regex Cheatsheet

Interactive regex reference with live testing. Search patterns by category, test against sample strings, and copy expressions.

About This Tool

A thorough regular expression reference with an interactive tester. Browse patterns by category, search for specific syntax, and test expressions against your own text.

How to Use

  1. Use the search box to filter patterns
  2. Browse by category (Character Classes, Anchors, etc.)
  3. Click “Try” to load a pattern into the tester
  4. Enter test strings to see matches highlighted

FAQ

Which regex flavor does this use?

The tester uses JavaScript regular expressions. Most patterns are compatible across languages, but some advanced features may differ.