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,040 community submitted regex patterns...
0
Date String ISO Pattern
Golang
Date String ISO Pattern matcher
Submitted by
Lucas Morais
-
2 years ago
0
thank you pages
PCRE2 (PHP >=7.3)
thank you pages regex
Submitted by
anonymous
-
2 years ago
0
Permiso CRE SAT México
.NET 7.0 (C#)
Valida clave o permiso de la CRE
Submitted by
Omar Chávez / Documentación SAT - Comeplemento Nacional CFDIs
-
2 years ago
0
匹配单行函数名
Python
(static\s){0,1}\w{1,}\s{1,}\w{1,}\s\(.*\)
Submitted by
anonymous
-
2 years ago
0
Arabic International Number Format - Datasins.com
PCRE2 (PHP >=7.3)
Arabic International Number Format - Datasins.com
Submitted by
anonymous
-
2 years ago
0
South African Passport Number Regex
PCRE2 (PHP >=7.3)
South African Passport Number Regex Passport number consists of a letter, followed by 8 digits. The letter at the beginning of the passport number is either A (Normal passport holders), M (Maxi passport holders), D (Diplomatic passport holders) or T (Travel passport holders, I cannot confirm this,...
Submitted by
Riaan van den Berg
-
2 years ago
0
openssl index.txt records
Python
parse records of index.txt managed by openssl (easyrsa) CA
Submitted by
Mikhail Belyankin
-
2 years ago
0
Validación de Facturas Fiscales Paraguay
ECMAScript (JavaScript)
Sucursal - Expedición - Número de Comprobante
Submitted by
anonymous
-
2 years ago
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
Decision Table
Java 8
Rules engine CSV Decision Table expression
Submitted by
Vincent Wautelet
-
2 years ago
(Last modified 2 years ago)
0
Validate time in 24hs format
Python
Validate time in 24hs format
Submitted by
anonymous
-
2 years ago
0
Only numbers and length under 10
ECMAScript (JavaScript)
Only numbers and length under 10
Submitted by
anonymous
-
2 years ago
0
Only numbers and length 9
ECMAScript (JavaScript)
Only numbers and length 9
Submitted by
anonymous
-
2 years ago
0
Checking if it's an hubspot url
ECMAScript (JavaScript)
This Regex checks if it's a valid hubspot domain
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
<> stuff
Python
desc
Submitted by
anonymous
-
2 years ago
0
Match PWSID
ECMAScript (JavaScript)
Match PWSID
Submitted by
Matt Horrell
-
2 years ago
(Last modified 8 months ago)
0
Find validation name and name inside parentheses
ECMAScript (JavaScript)
Find validation name and name inside parentheses
Submitted by
nghilq
-
2 years ago
1
...
861
862
863
864
865
...
902
Community Library Entry
0
Regular Expression
Python
r"
(
.
+
?
)
\s
{2,}
(
.
+
?
)
\s
{2,}
(
[
A
-
Z
]
{2}
)
\s
{2,}
(
[
A
-
Z
]
{2,}
)
\s
{2,}
(
\d
+
\s
+
[
A
-
Za
-
z
]
+
\s
*
\d
+
)
\s
{2,}
(
\d
+
\s
+
[
A
-
Za
-
z
]
+
\s
*
\d
+
)
\s
{2,}
(
.
+
?
)
\s
{2,}
(
.
+
?
)
\s
{2,}
(
.
+
?
)
\s
{2,}
(
-
?
\d
+
.\d
+
)
\s
{2,}
(
-
?
\d
+
.\d
+
)
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
10 years ago