About 1,170,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. 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 …

  3. Regular expression - Wikipedia

    The phrase regular expressions, or regexes, is often used to mean the specific, standard textual syntax for representing patterns for matching text, as distinct from the mathematical notation …

  4. 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 …

  5. Regex Tutorial - How to write Regular Expressions ...

    Apr 12, 2024 · Start by understanding the special characters used in regex, such as ".", "*", "+", "?", and more. Choose a programming language or tool that supports regex, such as Python, …

  6. Regular Expressions Quick Reference

    Oct 29, 2025 · This quick reference is a summary of all the regex syntax that is listed in the full reference tables, without any explanation. You can use this table if you’ve seen some syntax …

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