Regex Cheatsheet
Quick reference of the main regular expressions — quantifiers, classes, anchors, groups, lookarounds, flags. With clickable examples and explanations. Everything in your browser.
A quick regular-expression reference
Regular expressions do a lot, but the syntax slips out of memory between one use and the next. This cheat sheet gathers the most important regex elements in one place, so you can refresh the syntax without digging through the documentation.
Quantifiers, character classes, anchors, groups, lookarounds and flags are all covered, each with an example and an explanation of what it does. The search box at the top filters the whole list by symbol or by description, so two letters are usually enough to land on what you want. It's good both for someone learning and for someone who just wants a quick reminder.
It all stays available in the browser, with no install. It's the right reference to keep at hand next time you go to write a regex.
Frequently asked questions
Does the filter box take a regular expression?
Can I test my pattern against some text here?
Does the syntax listed here work in Python, PHP or grep?
Related Tools
Regex Tester
Test regular expressions in real time. See highlighted matches and captured groups.
Markdown Cheatsheet
Quick reference for Markdown syntax, filterable by keyword: headings, lists, links, tables, code and more. Shows the raw syntax next to what it does.
Git Cheatsheet
Searchable list of the most-used git commands — config, commit, branch, merge, rebase, stash, log, remote, reset. With copyable examples. Everything in your browser.
Cron Expression Editor
Parse and build cron expressions with human-readable descriptions, next execution times and shortcuts for common schedules.
Cron Parser (describe expression)
Paste a cron expression and see in plain text when it will fire (e.g. "every day at 9am" for `0 9 * * *`). Lists the next N runs. Everything in your browser.
MIME Types (Reference)
Searchable MIME type table — search by extension (.json, .pdf) or MIME (application/json, image/png). Includes common formats for web, audio, video, fonts and documents. Everything in your browser.