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...
0
Test pour Jacques
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Rogue Cause Filter Regex Pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Egyptian mobile numbers
PCRE (PHP <7.3)
Phone length is exactly 11 Phone Prefix is with in allowed ones 010, 011, 012, 015
Submitted by
anonymous
-
5 years ago
0
ISO-8601 date parse
ECMAScript (JavaScript)
Works with 2015-04-03T13:56:24.0+00:00 (official) format, and 2015-04-03T13:56:24+0000 (PHP) format, too Also: 2015-12-31
Submitted by
Norbi
-
5 years ago
0
TEstar titulo de livros
PCRE (PHP <7.3)
testar lista do Ranking Gutenberg do Gutenberg.org
Submitted by
anonymous
-
5 years ago
0
MTR
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
5 years ago
(Last modified 3 years ago)
0
HTML hexadecimal emojis
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IPV4 IP address match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Training Material: Find multiple occurence of same letter.
PCRE (PHP <7.3)
Find multiple occurence of same letter.
Submitted by
anonymous
-
5 years ago
0
Training Material: v
PCRE (PHP <7.3)
Find wrong commas and correct them.
Submitted by
anonymous
-
5 years ago
0
One Digit Numbers
PCRE (PHP <7.3)
Found here https://stackoverflow.com/questions/6067592/regular-expression-to-match-only-alphabetic-characters
Submitted by
anonymous
-
5 years ago
0
x:y => y x
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Adds ;
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
x# => float x
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
e
Python
e
Submitted by
anonymous
-
5 years ago
0
f
PCRE (PHP <7.3)
f
Submitted by
anonymous
-
5 years ago
0
g
PCRE (PHP <7.3)
g
Submitted by
anonymous
-
5 years ago
0
h
PCRE (PHP <7.3)
h
Submitted by
anonymous
-
5 years ago
0
i
PCRE (PHP <7.3)
i
Submitted by
anonymous
-
5 years ago
0
j
PCRE (PHP <7.3)
j
Submitted by
anonymous
-
5 years ago
1
...
643
644
645
646
647
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?:
(?:
25
[
0
-
5
]
|
(?:
2
[
0
-
4
]
|
1
[
0
-
9
]
|
[
1
-
9
]
|)
[
0
-
9
]
)
(?:
\.
(?!
$
)
|
$
)
){4}
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago