Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
0
url matcher
Created
·
2022-07-13 09:53
Flavor
·
ECMAScript (JavaScript)
improvement of the regular expression seen in this meme: https://old.reddit.com/r/ProgrammerHumor/comments/vxhbku/a_regex_god/
Submitted by
Mitsunee
0
HGVS Frameshift protein
Created
·
2022-07-13 17:09
Flavor
·
PCRE2 (PHP)
Protein frameshift hgvs
Submitted by
anonymous
0
deetct href and src in html files for vs code
Created
·
2022-07-13 18:22
Flavor
·
PCRE2 (PHP)
deetct href= and src= in html files for vs code
Submitted by
anonymous
0
beginning of new file / very start of the first line
Created
·
2022-07-14 04:26
Flavor
·
PCRE2 (PHP)
beginning of new file / very start of the first line
Submitted by
rasreeee
0
Minecraft Command Getter
Created
·
2022-07-14 15:02
Flavor
·
ECMAScript (JavaScript)
A "detector" thing
Submitted by
MeowcaTheoRange
0
MB - XE Currency connector
Created
·
2022-07-14 15:17
Flavor
·
PCRE2 (PHP)
Martin Bencher - XE Currency connector
Submitted by
Ghita
0
FullName_regex
Created
·
2022-07-14 15:33
Flavor
·
Java
2135
Submitted by
anonymous
0
MSE Qualifier Regex
Created
·
2022-07-15 09:07
Flavor
·
PCRE2 (PHP)
Regular Expression for getting a Qualifier as defined by MapleMBSE
Submitted by
anonymous
0
IP (v4 and v6) check
Created
·
2022-07-15 09:53
Updated
·
2022-07-15 11:21
Flavor
·
ECMAScript (JavaScript)
This regexp match an ip address in v6 or v4 form. Included V6 compact form (:: in place of :0000:). Doesn't matches addresses range or mixed format (like y:y:y:y:y:y:x.x.x.x)
Submitted by
Emanuele Benedetti
0
Between brackets
Created
·
2022-07-15 12:25
Flavor
·
PCRE2 (PHP)
Get all values between brackets
Submitted by
aldo-f
0
Title RegEx
Created
·
2022-07-15 13:54
Flavor
·
PCRE2 (PHP)
Checks named titles like Mr., Mrs, Ms. prefixed to names
Submitted by
anonymous
0
Checker for specific key
Created
·
2022-07-15 14:26
Flavor
·
PCRE2 (PHP)
Checker for specific key
Submitted by
anonymous
0
test
Created
·
2022-07-15 16:10
Flavor
·
ECMAScript (JavaScript)
o
Submitted by
k
0
MATCH NO HREF DE HTML
Created
·
2022-07-15 20:02
Flavor
·
PCRE2 (PHP)
Match em href do html
Submitted by
anonymous
0
Regex PH landline
Created
·
2022-07-16 02:16
Flavor
·
PCRE2 (PHP)
Regex PH landline (sample)
Submitted by
anonymous
0
THE BEST RegEx for extracting filename without extension and extension from any path
Created
·
2022-07-16 08:52
Flavor
·
PCRE (Legacy)
THE BEST RegEx for extracting filename without extension and extension from any path
Submitted by
anonymous
0
test
Created
·
2022-07-18 07:36
Updated
·
2022-07-18 07:37
Flavor
·
ECMAScript (JavaScript)
test
Submitted by
anonymous
0
infinitivo verbos idênticos
Created
·
2022-07-18 08:38
Flavor
·
ECMAScript (JavaScript)
infinitivo
Submitted by
anonymous
0
Cron Syntax
Created
·
2022-07-18 13:01
Flavor
·
Java
This checks the syntax for CRON
Submitted by
Till Hummel
0
Regex for Nigerian Phone Number
Created
·
2022-07-18 19:25
Flavor
·
PCRE2 (PHP)
As more and more nigerians get new phone numbers daily, the main telcom companies in Nigerian increase the varieties of numbers to accomodate this greater demand. This regex is needed to accomodate the new varieties of accessible numbers
Submitted by
anonymous
Previous page
1
2
3
4
5
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2022-07-31 07:56
Flavor
·
PCRE2 (PHP)
/
#
(?!
[
\d
a
-
f
]
{6}
|
[
\d
a
-
f
]
{3}
)
.
{0,7}
/
gm
Open regex in editor
Description
匹配错误的颜色表达式
Submitted by
anonymous