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
Lb 4 email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 familia
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 kavichek
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 kavichek top
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 serinii nomer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Website Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Validate dutch housenumbering.
PCRE (PHP <7.3)
Matches things like; 38A 17b 950 ...
Submitted by
Jordy van Domselaar
-
7 years ago
0
ValidNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Class
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Универсальная регулярка для выпаршивания полного стека логических операторов шаблонизатора HTML.
PCRE (PHP <7.3)
no description available
Submitted by
Yuriy Esin (Exomode)
-
7 years ago
0
Mustache Language parser regexp
ECMAScript (JavaScript)
Useful for parsing HTML templates written in mustache language. This regex does not support custom delimiter tags. For documentation see: http://mustache.github.io/mustache.5.html
Submitted by
anonymous
-
7 years ago
0
Lb4 11zad
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
KSA Mobile Validation
PCRE (PHP <7.3)
KSA Mobile Validation Start with 5 and only 9 numbers
Submitted by
anonymous
-
7 years ago
0
File Pdf and Image jpg Extention
PCRE (PHP <7.3)
File Pdf and Image jpg Extention
Submitted by
Wafique
-
7 years ago
0
Lb4 mat
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
E-mail address incl. domain, third-level-domain (optional) and top-level-domain
PCRE (PHP <7.3)
no description available
Submitted by
Ralph Bolliger
-
7 years ago
0
column aliasing
PCRE (PHP <7.3)
no description available
Submitted by
goran biljetina
-
7 years ago
0
chinese phone number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Java Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
458
459
460
461
462
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?P<IP>
(?:
[
1
-
9
]
|
[
1
-
9
]
[
0
-
9
]
|
1
[
0
-
9
]
{2}
|
2
[
0
-
1
]
[
0
-
9
]
|
22
[
0
-
3
]
)
(?:
\.
(?:
0
|
[
1
-
9
]
|
[
1
-
9
]
[
0
-
9
]
|
1
[
0
-
9
]
{2}
|
2
[
0
-
4
]
[
0
-
9
]
|
25
[
0
-
5
]
)
){3}
)
:
(?P<PORT>
(?:
[
1
-
9
]
|
[
1
-
9
]
[
0
-
9
]
{1,3}
|
[
1
-
5
]
[
0
-
9
]
{4}
|
6
[
0
-
4
]
[
0
-
9
]
{3}
|
65
[
0
-
4
]
[
0
-
9
]
{2}
|
655
[
0
-
2
]
[
0
-
9
]
|
6553
[
0
-
5
]
)
)
$
/
gm
Open regex in editor
Description
Validate 1-223.0-255.0-255.0-255:1-65535
Submitted by
dev.tntd2k2
-
a year ago