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,880 community submitted regex patterns...
0
Find a Percentage number in some text
PCRE2 (PHP >=7.3)
Finds a percentage number or a number TO number in some text.
Submitted by
anonymous
-
2 years ago
0
Git message with Changelog trailer
PCRE2 (PHP >=7.3)
Check if the git message has a Changelog trailer following the keepachangelog standard.
Submitted by
anonymous
-
2 years ago
0
DLP Control Regex | Credit Card & SSN
PCRE2 (PHP >=7.3)
Regex code that can be used to group for credit card and social security number.
Submitted by
Abdullah Dalgic
-
2 years ago
(Last modified 2 years ago)
0
interpretazione causale bonifico
PCRE2 (PHP >=7.3)
interpretazione causale bonifico
Submitted by
anonymous
-
2 years ago
0
French Insurance Number
.NET 7.0 (C#)
French Insurance Number
Submitted by
Dohts
-
2 years ago
0
Decimal upto 5 places
PCRE2 (PHP >=7.3)
select only number with or without decimal place and limit decimal places to 5 decimals
Submitted by
YJ
-
2 years ago
0
test
PCRE2 (PHP >=7.3)
address\s\d+\srange\s(?\S+)\s*(?\S+)
Submitted by
anonymous
-
2 years ago
0
Scryfall - Cards with ability counters
PCRE2 (PHP >=7.3)
Find all cards with keyword ability counters in their oracle text.
Submitted by
anonymous
-
2 years ago
0
Comma Separated Email Regex
PCRE2 (PHP >=7.3)
Comma Separated Email Regex
Submitted by
Kahnu
-
2 years ago
0
Lookahead/lookbehind DoB
PCRE2 (PHP >=7.3)
DoB with Lookahead and Look behind
Submitted by
Arif
-
2 years ago
0
匹配css变量
PCRE2 (PHP >=7.3)
匹配css变量
Submitted by
artiely
-
2 years ago
0
匹配css变量括号里的值
PCRE2 (PHP >=7.3)
匹配css变量括号里的值
Submitted by
artiely
-
2 years ago
0
Match substring of two matches in either order
PCRE2 (PHP >=7.3)
When you have a block of text and you want to find the shortest substring with one of two matches on either end, in either order.
Submitted by
Chris Barth <chrisjbarth@hotmail.com>
-
2 years ago
0
匹配两个不连续的::
PCRE2 (PHP >=7.3)
van:not(:hover) var::before
Submitted by
artiely
-
2 years ago
0
Detect Initial and final symbol
PCRE2 (PHP >=7.3)
Detect Initial and final symbol
Submitted by
Neeraj Dhekale
-
2 years ago
(Last modified 2 years ago)
0
1 to 4095
PCRE2 (PHP >=7.3)
1 to 4095
Submitted by
anonymous
-
2 years ago
0
GitLab conventional commits
PCRE2 (PHP >=7.3)
conventional commits regex for gitlab
Submitted by
anonymous
-
2 years ago
0
Desafio01
PCRE2 (PHP >=7.3)
Curso do Leitão
Submitted by
anonymous
-
2 years ago
0
CPF
PCRE2 (PHP >=7.3)
Desafio - 2 curso Regex
Submitted by
anonymous
-
2 years ago
0
E-mail
PCRE2 (PHP >=7.3)
Curso Regex
Submitted by
anonymous
-
2 years ago
1
...
120
121
122
123
124
...
144
Community Library Entry
1
Regular Expression
Python
r"
(
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
\.
){3}
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
"
Open regex in editor
Description
no description available
Submitted by
Jacob
-
11 years ago