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
xml header
PCRE (PHP <7.3)
capture xml header
Submitted by
anonymous
-
5 years ago
0
Bunker_SSID_FlexConnect_Get_Registers
PCRE (PHP <7.3)
Use Flex connect to get connections to SSID Bunker then copy paste
Submitted by
anonymous
-
5 years ago
0
Regex to find MIME TYPES in URL
PCRE (PHP <7.3)
no description available
Submitted by
henjak
-
5 years ago
0
Twist
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Twist Login
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
VS Enterprise
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
my username
Python
no description available
Submitted by
smileycreations15
-
5 years ago
0
Cedula
PCRE (PHP <7.3)
(.)(\D{2})(\d{10})(.)
Submitted by
anonymous
-
5 years ago
0
Follower Regex ZV32N
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
getText&Numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Cerca frase di 1-3 parole
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
My Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
RUT
PCRE (PHP <7.3)
Valida el formato de un RUT
Submitted by
anonymous
-
5 years ago
0
basic email
ECMAScript (JavaScript)
not amazing but better than seb's
Submitted by
anonymous
-
5 years ago
0
Content-Type
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
MasterUnMatch
PCRE (PHP <7.3)
Should match everything except master
Submitted by
anonymous
-
5 years ago
0
Data
Python
no description available
Submitted by
anonymous
-
5 years ago
0
India Mobile Phone RegEx
PCRE (PHP <7.3)
validate India Mobile Phone RegEx
Submitted by
anonymous
-
5 years ago
0
Iraq mobile numbers 🇮🇶
PCRE (PHP <7.3)
Regex for Iraq mobile numbers 🇮🇶📱 but the mobile number should be without any spaces between the number so you should remove all white spaces By:- Russulh 💁🏻♀️ ...
Submitted by
anonymous
-
5 years ago
0
Email list (semi-colon-separated)
PCRE (PHP <7.3)
Validates a single email or a semi-colon list of email addresses. Tolerates leading spaces for the second and later emails. For example - the following are valid: example.one@example.com example.one@example.com; example.one@example.com;example.two@example.com...
Submitted by
anonymous
-
5 years ago
1
...
571
572
573
574
575
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?P<core1>
(?i)
[
A
-
Z0
-
9
]
+
)
[
\s
]
?
(
(?i)
out
of
|
of
|
\/
)
[
\s
]
?
(?P<core2>
(?i)
[
A
-
Z0
-
9
]
+
)
[
\s
]
?
(?:
(?i)
core
[
s
]
?
|
needle
core
[
s
]
?
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago