DevTools Surf logoDevTools Surf
AI / Modern DevAnimation / CSSAPI / Config
Sign in
DevTools Surf logoDevTools Surf
AI / Modern DevAnimation / CSSAPI / Config
Sign in
HomeCheatsheetsRegex Cheatsheet

About Regex Cheatsheet

Regex Cheatsheet preview - Cheatsheets tool

Character classes, quantifiers, anchors, groups, flags. Part of the DevTools Surf developer suite. Browse more tools in the Cheatsheets collection.

Use Cases

  • Quickly looking up lookahead and lookbehind syntax differences
  • Referencing quantifier behavior during log parsing scripts
  • Finding the right character class shorthand for data validation
  • Reviewing regex flag options when writing search-and-replace patterns

Tips

  • Search by category: anchors, quantifiers, or character classes
  • Review the flags section for global and case-insensitive options
  • Use the groups reference when building complex capture patterns

Fun Facts

  • Regular expressions were invented by mathematician Stephen Kleene in 1951 and first implemented in a computer by Ken Thompson in 1968.
  • The POSIX standard defines two regex flavors: Basic Regular Expressions (BRE) and Extended Regular Expressions (ERE), which differ in metacharacter escaping.
  • Catastrophic backtracking in regex can cause a single pattern to take exponential time — the Cloudflare outage on July 2, 2019, was caused by exactly this bug.

FAQ

Which flavor?
Common subset of PCRE, JavaScript, and Python. Language-specific features noted with flavor tags.
Named groups?
Yes — plus capture vs non-capture groups, backreferences, and how they work across languages.
Catastrophic backtracking?
Yes — the patterns to avoid (nested quantifiers, overlapping alternations) and safer alternatives.
Unicode character properties?
Covered — \p{L}, \p{N}, \p{Emoji}. Supported in modern JS (with u flag), Python re (with third-party regex module), PCRE natively.

Related Cheatsheets Tools

Git CheatsheetDocker CheatsheetMakefile CheatsheetMarkdown CheatsheetVim CheatsheetBash / Shell CheatsheetSQL Cheatsheetkubectl Cheatsheet
New · Flagshipsimple REST client

REST Handler — Collections, env vars, history, cURL converter

Send requests, save collections (nested), swap environments, and convert between cURL / Collection JSON / REST Handler YAML.

Open

Popular tools

The most-used tools on DevToolsSurf, one click away.

Encoding & crypto

  • Base64 Encode
  • Base64 Decode
  • URL Encoder
  • URL Decoder
  • Hash Generator
  • JWT Decoder
  • JWT Encoder
  • UUID Generator
  • ULID Generator
  • Password Generator
  • Bcrypt Hash Tester

Converters

  • CSV to JSON
  • JSON to CSV
  • XML to JSON
  • JSON to XML
  • HTML → Markdown
  • HTML → React JSX
  • cURL to Code
  • Collection JSON → cURL
  • Swagger to Collection JSON
  • JSON → Go Struct
  • JSON → TypeScript Types

JSON & YAML

  • JSON Formatter
  • JSON Validator
  • JSON Viewer
  • JSON Minifier
  • JSON Diff
  • JSONPath Tester
  • YAML Formatter
  • YAML to JSON
  • JSON to YAML

Text & regex

  • Regex Tester
  • Text Diff
  • Case Converter
  • Word Counter
  • Markdown Preview
  • Slug Generator
  • Lorem Ipsum Generator
  • Markdown → PDF

CSS & color

  • CSS Beautifier
  • Minify CSS
  • Color Converter
  • Gradient Generator
  • Contrast Checker
  • Color Palette Generator
  • Flexbox Playground
  • Tailwind → CSS

Generators

  • QR Code Generator
  • Mock Data Generator
  • Favicon Generator
  • .gitignore Builder
  • README.md Generator
  • Dockerfile Generator
  • Sitemap Generator

API & networking

  • REST Handler
  • HTTP Header Analyzer
  • IP Address Lookup
  • CIDR Calculator
  • User-Agent Parser
  • HTTP Status Reference
  • OpenAPI Viewer

Date & time

  • Timestamp Converter
  • Timezone Converter
  • Cron Expression Parser
  • Duration Calculator
  • Age Calculator
  • Date Format Converter

Images

  • Image Converter
  • Image Resizer (Batch)
  • SVG Optimizer
  • Base64 ↔ Image
  • WebP ↔ AVIF Converter
  • Image Compressor

PDF tools

  • PDF Merger
  • PDF Splitter
  • PDF Compressor
  • Markdown → PDF
  • EPUB → PDF
  • MOBI / AZW → PDF
  • DOCX → PDF
  • HTML → PDF

Resources

  • Community feed
  • Themes marketplace
  • Pricing & credits
  • Privacy policy
  • Terms of service
  • Sitemap
  • robots.txt

Your account

  • Sign in
  • Dashboard
  • Run history
  • My profile
  • Settings
DevTools Surf logo
DevTools Surf919+ tools

Fast · privacy-first · client-side · © 2026

Home·Feed·ThemesPricing·Sign inPrivacy·Sitemap Feedback