Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,000 community submitted regex patterns...
1
Gyproc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
pronouceable strings v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Catch before trailing dots
PCRE (PHP <7.3)
no description available
Submitted by
Mehrad
-
8 years ago
1
demo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Troca de nome do componente
PCRE (PHP <7.3)
Troca de nome do componente
Submitted by
Alair
-
8 years ago
1
ipreo table parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
3
Song Splitter
PCRE (PHP <7.3)
Split an audio filename into a readable format for playlists (like jPlayer) assuming the audio file is named like the following: Artist - Song Title.mp3 Band Name - Track Title ft. Another Artist.m4a demon.devin - Faithless Angel (to no avail remix).mp3
Submitted by
demon.devin
-
8 years ago
1
Email validate
ECMAScript (JavaScript)
Validation of email with no allow to only special char before and after @ symbol, generic validation for domain
Submitted by
Kamil Popis
-
8 years ago
1
Match YouTube URL
ECMAScript (JavaScript)
Match YouTube URLs
Submitted by
Xaotic
-
8 years ago
1
Endpoint Monitor Summary Regex
PCRE (PHP <7.3)
no description available
Submitted by
Palomba
-
8 years ago
1
prova delete
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Replace DEFINER in MySQL
PCRE (PHP <7.3)
no description available
Submitted by
https://gist.github.com/NareshMaharzan
-
8 years ago
1
Demo2
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Demo
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Remove trailing dots
PCRE (PHP <7.3)
no description available
Submitted by
alex
-
8 years ago
1
UUID4 Validator
PCRE (PHP <7.3)
Validates UUID version 4
Submitted by
AgustÃn Bouillet
-
8 years ago
1
Search a keyword NOT in html tags
PCRE (PHP <7.3)
no description available
Submitted by
White Dragon
-
8 years ago
1
Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Allow only one space after a word
ECMAScript (JavaScript)
This will allow only one space after a word.And also do not start with a space.
Submitted by
Rama Krishna
-
8 years ago
(Last modified a year ago)
1
AU EMPDUPE file format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
659
660
661
662
663
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
https
?
:
\/
{2}
(
m
\.
|
www
\.
)?
(
youtube
\.
com
|
youtu
\.
be
)
(
\/
[
a
-
z0
-
9?=/
]
*
)?
/
gmi
Open regex in editor
Description
Match YouTube URLs
Submitted by
Xaotic
-
8 years ago