Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 3,780 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
REACT SDK V3
Golang
React SDK V3
Submitted by
anonymous
-
10 months ago
2023-02-13 10:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password
Java 8
Password
Submitted by
Mohammed Elshaboury
-
10 months ago
2023-02-13 13:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
GO SDK V2
Golang
Go SDK v2
Submitted by
anonymous
-
10 months ago
2023-02-13 14:23
(Last modified 10 months ago)
2023-02-14 14:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Kt SDK V2
Golang
kt SDKV2
Submitted by
anonymous
-
10 months ago
2023-02-13 15:50
(Last modified 10 months ago)
2023-02-14 14:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配不以 http 开头的图片
ECMAScript (JavaScript)
匹配不以 http 开头的图片
Submitted by
anonymous
-
10 months ago
2023-02-14 09:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
正则匹配markdown中的图片 但排除 http 开头的地址
ECMAScript (JavaScript)
正则匹配markdown中的图片 但排除 http 开头的地址
Submitted by
anonymous
-
10 months ago
2023-02-14 10:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Padrão - numeração de contrato CAIXA
ECMAScript (JavaScript)
teste
Submitted by
anonymous
-
10 months ago
2023-02-14 23:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
elasticsearch exception explain regex
Java 8
throw elasticsearch exception logger info, find exception type and reason field
Submitted by
jason
-
10 months ago
2023-02-15 07:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Removing port number from URL
ECMAScript (JavaScript)
Find port number and remove it from URL
Submitted by
M Rivas
-
10 months ago
2023-02-15 19:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
service selector parser
ECMAScript (JavaScript)
HV Platform
Submitted by
anonymous
-
10 months ago
2023-02-16 13:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CPF
ECMAScript (JavaScript)
Regex para encontrar um CPF no formato: 999.999.999-99
Submitted by
@rafaelteruyuki
-
10 months ago
2023-02-16 14:36
(Last modified 10 months ago)
2023-02-16 15:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CEP
ECMAScript (JavaScript)
Match Brazilian zipcode pattern (CEP): 99999-999
Submitted by
@rafaelteruyuki
-
10 months ago
2023-02-16 14:38
(Last modified 10 months ago)
2023-02-16 14:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Telefone fixo com DDD
ECMAScript (JavaScript)
Matches the pattern (99) 999-999
Submitted by
@rafaelteruyuki
-
10 months ago
2023-02-16 14:48
(Last modified 10 months ago)
2023-02-16 14:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Data por extenso
ECMAScript (JavaScript)
Data por extenso
Submitted by
@rafaelteruyuki
-
10 months ago
2023-02-16 16:41
(Last modified 10 months ago)
2023-02-16 17:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email teste
ECMAScript (JavaScript)
Email teste
Submitted by
@rafaelteruyuki
-
10 months ago
2023-02-17 17:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CPF Number Repetition
Java 8
It matches CPF (Cadastro de Pessoa Física) with all digits as the same number. Since CPF consists in a pattern ###.###.###-##, or ###########, and # being a single digit, this document cannot have all the 11 (eleven) digits as the same number. Therefore 000.000.000.000-00 would not be an example o...
Submitted by
TheRockSaysOP
-
10 months ago
2023-02-18 17:28
(Last modified 10 months ago)
2023-02-18 17:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
date range
ECMAScript (JavaScript)
.
Submitted by
anonymous
-
10 months ago
2023-02-21 23:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match name and surname in a name.surname@domain.com email.
Java 8
This will match any words that show up before the @ sign in an email. Digits, dots, commasz and other special characters are ignored.
Submitted by
WojciechW
-
10 months ago
2023-02-22 14:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
简单日志匹配
Java 8
普通日志匹配, 匹配出字段: [time, level, logClass, content]
Submitted by
qinxike
-
9 months ago
2023-02-24 07:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Valid date (DD-MM-YYYY) from 1900 to 2099
Java 8
Valid date (DD-MM-YYYY) from 1900 to 2099
Submitted by
Nevix-Sama
-
9 months ago
2023-02-24 19:28
1
...
144
145
146
147
148
149
150
...
189
Find string
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(
"
[
\s\S
]
*
?
(
.
*
)
"
)
|
(
'
[
\s\S
]
*
?
(
.
*
)
'
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 years ago
2019-05-15 15:05