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
Filtro Página web
PCRE (PHP <7.3)
Filtro pagina web
Submitted by
anonymous
-
2 years ago
0
vue sfc script tag
ECMAScript (JavaScript)
Regexp to match vue sfc script tag
Submitted by
YuTengjing
-
2 years ago
0
Email check
PCRE2 (PHP >=7.3)
check if email is correct
Submitted by
anonymous
-
2 years ago
0
OCP typedef name
Python
Match to ocpCamelCase Name[Ptr]
Submitted by
Xiaoxing Cheng
-
2 years ago
0
minecraft custom chat parser
ECMAScript (JavaScript)
basically parses Minecraft CUSTOM chat messages. it can parse: [rank] username: message [rank] username > message [rank] username › message [rank] username » message
Submitted by
anonymous
-
2 years ago
0
frequency
PCRE2 (PHP >=7.3)
e
Submitted by
hieppp
-
2 years ago
0
Twitter profile url regexp
PCRE2 (PHP >=7.3)
This regexp tests for Twitter profile urls
Submitted by
nbryskin
-
2 years ago
0
COINGBIT
PCRE (PHP <7.3)
0x18a0C976040e8FD9E529b8B363150b201606396e COINGBIT USD $70000000.0 Paypal gislainelophes@gmail.com CPF 04805338652
Submitted by
COINGBIT
-
2 years ago
(Last modified 2 years ago)
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
1
...
537
538
539
540
541
...
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