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
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
0
Add commas to big numbers
Python
no description available
Submitted by
anonymous
-
5 years ago
0
match weight with pounds and kg
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Verificar hash com contexto de conta
ECMAScript (JavaScript)
Links hash podem ser passados em contexto diferente. Nesse caso é identificado o contexto antes do hash para endereço.
Submitted by
anonymous
-
5 years ago
0
templating regex
PCRE (PHP <7.3)
not perfect, but a start double brace template
Submitted by
fallen
-
5 years ago
0
ISO 8601 timestamp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Android signal level
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
247
248
249
250
251
...
900
Community Library Entry
0
Regular Expression
Python
r"
ticky:
(
INFO
|
ERROR
)
(
:
[
\w\W
$
]
+
?
)
(
\(
[
\w
]
*
\)
)
"
gm
Open regex in editor
Description
Extract data of syslog.log format
Submitted by
anonymous
-
2 years ago