About 207,000 results
Open links in new tab
  1. 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.

  2. Regular expression syntax cheat sheet - JavaScript | MDN

    Jul 8, 2025 · 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 on a …

  3. RegEX Cheat Sheet & Quick Reference

    A quick reference for regular expressions (regex), including symbols, ranges, grouping, assertions and some sa

  4. RegExr: Learn, Build, & Test RegEx

    Menu RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp). Supports JavaScript & PHP/PCRE RegEx. Results update in real-time as you type. Roll over a …

  5. Regex Tutorial - How to write Regular Expressions?

    Apr 12, 2024 · Here's how to write regular expressions: Start by understanding the special characters used in regex, such as ".", "*", "+", "?", and more. Choose a programming language …

  6. Regular expression - Wikipedia

    A regular expression (shortened as regex or regexp), [1] sometimes referred to as a rational expression, [2][3] is a sequence of characters that specifies a match pattern in text.

  7. Regex Cheat Sheet - rexegg.com

    If you are a complete beginner, you should get a firm grasp of basic regex syntax just by reading the examples in the tables. I tried to introduce features in a logical order and to keep out …

  8. SimpleRegex - Free Online Regex Tester & Pattern Generator

    Free online regex tool for developers with syntax highlighting, pre-built examples, and instant match results. No installation required.

  9. Regex to match only letters - Stack Overflow

    Sep 1, 2010 · If you want to match other letters than A–Z, you can either add them to the character set: [a-zA-ZäöüßÄÖÜ]. Or you use predefined character classes like the Unicode …

  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 …