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
Last word in a string
Python
no description available
Submitted by
anonymous
-
4 years ago
0
To tall, det siste i parentes
PCRE (PHP <7.3)
Henter tall ut av tabellen https://www.nature.com/articles/s42003-020-01156-0/tables/1
Submitted by
anonymous
-
4 years ago
0
shipping rules
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
eeprom block_list
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
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
1
...
694
695
696
697
698
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(?!
.
*
Tag4
.
*
|
.
*
Tag3
.
*
)
.
*
\/
Group1
\/
.
*
/
gm
Open regex in editor
Description
Exclude certain tags with OR
Submitted by
anonymous
-
4 years ago