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

    Dec 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 …

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

  3. Regular expression - Wikipedia

    Regular expressions are used in search engines, in search and replace dialogs of word processors and text editors, in text processing utilities such as sed and AWK, and in lexical analysis. Regular …

  4. Regular Expression Language - Quick Reference - .NET

    Jun 18, 2022 · In this quick reference, learn to use regular expression patterns to match input text. A pattern has one or more character literals, operators, or constructs.

  5. 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 match or …

  6. Regex Tutorial - How to write Regular Expressions - GeeksforGeeks

    Dec 22, 2025 · A regular expression (regex) is a sequence of characters that defines a search pattern. It is mainly used for pattern matching in strings, such as finding, replacing, or validating text. Regex is …

  7. RegexOne - Learn Regular Expressions - Lesson 1: An Introduction, …

    Learn Regular Expressions with simple, interactive exercises. Regular expressions are extremely useful in extracting information from text such as code, log files, spreadsheets, or even documents.

  8. Regular Expression Tutorial - Learn How to Use Regular Expressions

    Oct 29, 2025 · This tutorial teaches you how to create your own regular expressions, starting with the most basic regex concepts and ending with the most advanced and specialized capabilities.

  9. Regex Cheat Sheet - rexegg.com

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

  10. Python RegEx - W3Schools

    A RegEx, or Regular Expression, is a sequence of characters that forms a search pattern. RegEx can be used to check if a string contains the specified search pattern.