About 256,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 match or …

  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.

  4. RegExp - JavaScript | MDN

    Nov 9, 2025 · The RegExp object is used for matching text with a pattern. For an introduction to regular expressions, read the Regular expressions chapter in the JavaScript guide. For detailed information …

  5. JavaScript RegExp Patterns - W3Schools

    / regexp / is an ECMAScript1 (JavaScript 1997) feature. It is supported in all browsers: Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, …

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

    Oct 29, 2025 · A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids.

  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 information from text by …

  8. The Complete Guide to Regular Expressions (Regex) - CoderPad

    Apr 14, 2022 · In this article, we’ll focus on the ECMAScript variant of Regex, which is used in JavaScript and shares a lot of commonalities with other languages’ implementations of regex as well. …

  9. Regular expression syntax cheat sheet - JavaScript | MDN

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

  10. Regex Learn - Step by step, from zero to advanced.

    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, which uses …