
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.
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 described below.
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 …
Regular expression syntax cheat sheet - JavaScript | MDN
Jan 8, 2026 · 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 …
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 oddities that I've …
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 …
Regular Expression Language - Quick Reference - .NET
Jun 18, 2022 · For a brief introduction, see .NET Regular Expressions. Each section in this quick reference lists a particular category of characters, operators, and constructs that you can use to …
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.
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.
What is Regex? A Beginner-Friendly Introduction – Regex Forge
Mar 1, 2025 · If you’ve ever needed to find specific text in a large document, validate user input, or extract key information from messy data, you’ve probably encountered regular expressions —often …