About 477,000 results
Open links in new tab
  1. Regular expression syntax cheat sheet - JavaScript | MDN - MDN Web Docs

    Oct 28, 2024 · 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. If you need more information …

  2. Regex Cheat Sheet - techearl.com

    Jan 5, 2025 · A quick start regex cheat sheet reference guide for regular expressions, including regex syntax, symbols, ranges, grouping, assertions, Unicode handling, and some practical …

  3. Regular Expression (Regex) Cheat Sheet - Database Math

    Aug 10, 2021 · More simply, Regex (short for regular expression), is a string of text that allows you to create patterns that help match, locate, and manage text. Below is a quick reference …

  4. JavaScript regular expressions cheatsheet and examples

    Jul 20, 2020 · This blog post gives an overview of regular expression syntax and features supported by JavaScript. Examples have been tested on the Chrome/Chromium console and …

  5. 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.

  6. JavaScript Regular Expression Cheatsheet - Debuggex

    Regular Expression Basics. Any character except newline: a: The character a: ab: The string ab: a|b: a or b: a*: 0 or more a's \\ Escapes a special character

  7. JavaScript: Regular Expressions Cheat Sheet - Sling Academy

    Mar 1, 2023 · Regular expressions can be used in several functions in JavaScript to match and manipulate text: // Search a string for a match str. search (regex); // Replace matches in a …

  8. JavaScript - Regular Expressions Cheat Sheet - 30 seconds of …

    Jun 12, 2021 · Learn how to level up your regular expressions game, with features such as backreferences, lookaheads and named groups. Regular expressions are a very useful tool. …

  9. Regex Cheat Sheet · GitHub

    May 7, 2025 · Regex Cheat Sheet. GitHub Gist: instantly share code, notes, and snippets.

  10. JavaScript Cheat Sheet by DaveChild - Cheatography.com

    Oct 19, 2011 · JavaScript methods and functions, a guide to regular expressions and the XMLHttpRequest object.

  11. Some results have been removed
Refresh