About 527,000 results
Open links in new tab
  1. Regular Expressions Cheat Sheet - Cheatography.com

    Oct 19, 2011 · A quick reference guide for regular expressions (regex), including symbols, ranges, grouping, assertions and some sample patterns to get you started.

  2. Regular expression syntax cheat sheet - JavaScript | MDN

    Jul 8, 2025 · Regular expression syntax cheat sheet This page provides an overall cheat sheet of all the capabilities of RegExp syntax by aggregating the content of the articles in the RegExp guide.

  3. Regex Cheat Sheet - rexegg.com

    Regular Expressions Syntax Reference. Includes tables showing syntax, examples and matches.

  4. RegEX Cheat Sheet & Quick Reference

    RegEX cheatsheet # Getting Started Introduction This is a quick cheat sheet to getting started with regular expressions.

  5. Regex Cheat Sheet - Common Patterns & Syntax Guide

    This cheat sheet is a comprehensive guide to the most common regular expression patterns, syntax, and constructs. Use it as a quick reference for your regex development.

  6. regex101: build, test, and debug regex

    Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET, Rust.

  7. Regex Cheatsheet - Quick Reference for Regular Expressions

    This cheatsheet provides a comprehensive and practical reference for regular expressions. It covers character classes, anchors, quantifiers, groups, common patterns, command combos, and more.

  8. Python Regex Cheat Sheet – Dataquest

    This regular expressions cheat sheet provides a quick reference for essential RegEx constructs, helping you perform text pattern matching and manipulation with ease.

  9. Regex Cheat Sheet - Complete Regular Expressions Reference

    Comprehensive regex cheat sheets for all programming languages. Master regular expressions with our detailed guides for JavaScript, Python, Java, Go, Rust, .NET, and more.

  10. Ultimate RegEX Cheat Sheet: Quick Reference Guide for

    What is a RegEX Cheat Sheet? A RegEx, short for Regular Expression, is a sequence of characters that form a search pattern. This search pattern can be used in string searching algorithms, find or find …