About 951,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 · Character class: Matches any one of the enclosed characters. You can specify a range of characters by using a hyphen, but if the hyphen appears as the first or last character …

  5. Regex Tutorial - How to write Regular Expressions

    6 days ago · 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 …

  6. Regex Cheat Sheet

    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 …

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

  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 Learn - Step by step, from zero to advanced.

    Learn Regular Expressions, abbreviated as Regex or Regexp, are a string of characters created within the framework of Regex syntax rules. You can easily manage your data with Regex, …

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

    Here is a quick tutorial for you to learn regular expressions, you can see the details about each individual topic also.