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,020 community submitted regex patterns...
0
Validacion de solo letras
PCRE2 (PHP >=7.3)
Expresion que excluye numeros
Submitted by
anonymous
-
2 years ago
0
Validar Correo electronico
PCRE2 (PHP >=7.3)
Expresion regular que valida que un correo electrónico tenga el fomato correcto
Submitted by
anonymous
-
2 years ago
0
Zarf Package Variable Check
PCRE2 (PHP >=7.3)
Checks to make sure that there are no package variables inside of the given string.
Submitted by
anonymous
-
2 years ago
1
nginx access regex loki
Golang
nginx access log regex
Submitted by
Lethisa Putri
-
2 years ago
0
vehicle-registration
PCRE2 (PHP >=7.3)
German vehicle registration signs
Submitted by
musemind
-
2 years ago
0
modify apache httpd config file(httpd.conf)
PCRE2 (PHP >=7.3)
FollowSymLinks 옵션 비활성화를 위한 캡처 테스트
Submitted by
anonymous
-
2 years ago
0
match domains from any text
PCRE2 (PHP >=7.3)
match domains from any text
Submitted by
seocringe
-
2 years ago
0
Match case sensitive string
PCRE2 (PHP >=7.3)
Match case sensitive string
Submitted by
anonymous
-
2 years ago
0
Inline TODO Regex
PCRE2 (PHP >=7.3)
My idea is to use this as a regex for linters, TODO: Do the thing Should fail many linters, however, with with this regex in place, the below format would be accepted. TODO (SIT-1234): Do the thing...
Submitted by
Graf
-
2 years ago
0
Date verification
PCRE2 (PHP >=7.3)
date verification
Submitted by
anonymous
-
2 years ago
0
mydata-collector
ECMAScript (JavaScript)
it is for regex
Submitted by
anonymous
-
2 years ago
1
Get IDs from Discord message link
ECMAScript (JavaScript)
This regex captures the IDs in a message link in separate capture groups. Warning: Due to my personal use case, it doesn't care if it's a real Discord message URL. You can pretty easily add that yourself if you need it tho. Capturing groups: Match 1: The whole ID string starting with / and may be e...
Submitted by
SIMPLE MARK
-
2 years ago
0
singleTime ztm
Python
ss
Submitted by
pochwix2
-
2 years ago
0
<a (data-geo-type[^>]+) (.+?title="that")>.*?<\/a>
PCRE2 (PHP >=7.3)
ค้นหา a ลงท้าย a
Submitted by
anonymous
-
2 years ago
0
oracle_package_new_type
Golang
find/replace oracle package body new type
Submitted by
anonymous
-
2 years ago
0
device-linux
PCRE2 (PHP >=7.3)
test
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Contas regex
Python
A simple regex for contas bancárias
Submitted by
anonymous
-
2 years ago
0
Letras, número e traço
Golang
Substitui tudo que não for letra, número e traço
Submitted by
anonymous
-
2 years ago
0
Out of
Python
Out of
Submitted by
anonymous
-
2 years ago
0
IBAN SEPA
ECMAScript (JavaScript)
This regex check for valid IBANS with SEPA only. Country definition https://www.iban.de/iban-laenderliste.html
Submitted by
Florian Bischof
-
2 years ago
1
...
125
126
127
128
129
...
901
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?:
^
|
\W
)
Bloomberg
(?:
$
|
\W
)
/
gm
Open regex in editor
Description
Match case sensitive string
Submitted by
anonymous
-
2 years ago