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
Prizm/GUDID to CKMS Character Removal
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Encontra Latex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CNPJ Brasileiro
Python
Identifica CNPJ
Submitted by
anonymous
-
4 years ago
0
UF Brasil
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Instalacoes Concessionarias de Energia
Python
no description available
Submitted by
anonymous
-
4 years ago
0
week1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
canada postal code validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
canada postal code validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Pwd one uppercase, two lowercase & no digits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Date & time regex test
Python
Trying out based on list of these formats
Submitted by
anonymous
-
4 years ago
0
Date & time regex test
Python
Trying out based on list of these formats
Submitted by
anonymous
-
4 years ago
0
Наконец-то date0 к нужной колонке подтянулся в дате со сложным форматом 2
Python
Trying out based on list of these formats
Submitted by
anonymous
-
4 years ago
0
Alles nach *! finden
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
NIFs Portugueses
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
密码规则判断
PCRE (PHP <7.3)
条件1: 8-20位 条件2: 大写 字母,小写字母,数字至少两种
Submitted by
anonymous
-
4 years ago
0
Sozialversicherungsnummer (RVNR)
PCRE (PHP <7.3)
Sozialversicherungsnummer (RVNR)
Submitted by
anonymous
-
4 years ago
0
Valida data
Python
Valida data no padrão YYYY-MM-DD Por causa de limitações do regex, não valida ano bissexto, por isso sempre vai retornar 29/02 de qualquer ano como True
Submitted by
anonymous
-
4 years ago
0
FIltra widht
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
t1
Python
no description available
Submitted by
anonymous
-
4 years ago
0
t2
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
314
315
316
317
318
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
Check_Number:
\d
{1,}
.
*
?
title="
\d
{6,}
"
.
*
?
Payment
\s
Date
.
*
?
\d
{2}
\/
\d
{2}
\/
\d
{4}
)
/
gmis
Open regex in editor
Description
important
Submitted by
anonymous
-
3 years ago