About 15,100 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. RegExr: Learn, Build, & Test RegEx

    RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp).

  3. 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. Usually such patterns are …

  4. Regular expression syntax cheat sheet - JavaScript | MDN

    Mar 17, 2026 · 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. If …

  5. Regex Tutorial - How to write Regular Expressions

    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 …

  6. Regex Cheat Sheet - rexegg.com

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

  7. SimpleRegex - Free Online Regex Tester & Pattern Generator

    Test and generate regular expressions in real-time. Free online regex tool for developers with syntax highlighting, pre-built examples, and instant match results.

  8. Regex Tutorial - A Cheatsheet with Examples - Regextutorial.org

    Regular expressions or commonly called as Regex or Regexp is technically a string (a combination of alphabets, numbers and special characters) of text which helps in extracting information from text by …

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

    Regular expressions are extremely useful in extracting information from text such as code, log files, spreadsheets, or even documents. And while there is a lot of theory behind formal languages, the …

  10. Regular-Expressions.info - Regex Tutorial, Examples and Reference ...

    Jan 9, 2026 · Welcome to Regular-Expressions.info The Premier website about Regular Expressions A regular expression (regex or regexp for short) is a special text string for describing a search pattern. …