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 2,300 community submitted regex patterns...
1
Test
Python
no description available
Submitted by
anonymous
-
8 years ago
1
JDBC Oracle syntax for EZCONNECT
Python
no description available
Submitted by
Alexander.Iljushkin
-
8 years ago
1
Regex to Match Valid Hex Color Values in CSS
Python
no description available
Submitted by
Prayash Mohapatra
-
8 years ago
1
lua moudle
Python
no description available
Submitted by
anonymous
-
8 years ago
1
No
Python
no description available
Submitted by
anonymous
-
8 years ago
1
splay
Python
splay js_data
Submitted by
anonymous
-
8 years ago
1
port match
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Lines which have not an exact nr of entries separated by 1 Space
Python
In the example i search for all lines which have less or more than 5 spaces as seperator. modify the valid nr of spaces: there are 3 (of 4) arbitrary groups wich have an specified nr of copies of an regEx in it: in the example the valid nr of entires is 5 : -> that means 4 spaces are valid in-bet...
Submitted by
Mike
-
8 years ago
1
dutch + danish + icelandic greeings
Python
no description available
Submitted by
anonymous
-
8 years ago
1
foreign email closers
Python
no description available
Submitted by
anonymous
-
8 years ago
1
auto generated closers
Python
no description available
Submitted by
anonymous
-
8 years ago
1
wsolast350
Python
no description available
Submitted by
anonymous
-
8 years ago
1
FA12-BSE-008
Python
no description available
Submitted by
fb.com/ahsanulhaq007
-
8 years ago
1
Email list to TestRail multi-user add
Python
no description available
Submitted by
Jon Robinson
-
8 years ago
1
C Style block comment
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Capture Comments on SQL followed by SELECT
Python
Shag Maister is the best
Submitted by
anonymous
-
8 years ago
1
Mercado
Python
Somente as primeiras palavras.
Submitted by
anonymous
-
8 years ago
1
1
Python
no description available
Submitted by
anonymous
-
8 years ago
1
BR Phone
Python
get all attempts to write brazilian phone numbers
Submitted by
rafaelverger
-
8 years ago
1
email catcher
Python
no description available
Submitted by
rafaelverger
-
8 years ago
1
...
19
20
21
22
23
...
115
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