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 3,480 community submitted regex patterns...
0
get Alls methods , prototype, functions, etc.
Created
·
2023-01-28 09:56
Flavor
·
ECMAScript (JavaScript)
((((\b(#|\w)+\b\.)?(\bprototype\b\.)?(\b(#|\w)+\b)(\s\=\s)?)?(\b(#|\w)+\b\s)\([\s\w,=]\s\))|(\bclass\b\s+\b\w+\b\s(extends\s\b\w+\b))(?=\s\{[\s\S]+\}))(?=\s*\{[\s\S]+\})
Submitted by
al.gau34
0
SRD TEST Internal
Created
·
2023-01-28 23:01
Flavor
·
ECMAScript (JavaScript)
Test guts to gather Stat and amount
Submitted by
anonymous
0
prince first try
Created
·
2023-02-01 06:34
Updated
·
2023-02-01 06:47
Flavor
·
ECMAScript (JavaScript)
im just trying this out
Submitted by
prince
0
Make article title italic for PmWiki
Created
·
2023-02-01 15:29
Flavor
·
ECMAScript (JavaScript)
Make article title italic for PmWiki
Submitted by
anonymous
0
CSS RGB validation
Created
·
2023-02-06 02:30
Updated
·
2023-02-06 03:11
Flavor
·
ECMAScript (JavaScript)
It validates the RGB expression doesn't break the CSS parser.
Submitted by
Martin
0
chilean plate
Created
·
2023-02-08 02:18
Flavor
·
ECMAScript (JavaScript)
A regex to parse Chilean automobile plates. It would use WWDDDD or WWWWDD
Submitted by
Dennis Tobar
0
Support post-livraison
Created
·
2023-02-08 19:53
Flavor
·
ECMAScript (JavaScript)
Detect support post-livraison
Submitted by
anonymous
0
VTT and SRT parser
Created
·
2023-02-09 07:34
Flavor
·
ECMAScript (JavaScript)
(?:^|(? ([0-2]\d:[0-5]\d:[0-5]\d[.,]\d{3})(.*?)((?:\d+\n)?(?=[0-2]\d:[0-5]\d:[0-5]\d[.,]\d{3})|$)
Submitted by
anonymous
0
Different date format and label them accordingly
Created
·
2023-02-10 09:57
Flavor
·
ECMAScript (JavaScript)
Classify \d\d \/ \d\d \/ \d{4} \w* \d\d, \d{4} \d{4}-\d\d-\d\d and label them
Submitted by
anonymous
0
Typescript Types
Created
·
2023-02-11 06:46
Flavor
·
ECMAScript (JavaScript)
get all typescript types, as well as imports and exports
Submitted by
snuffyDev
0
匹配不以 http 开头的图片
Created
·
2023-02-14 09:58
Flavor
·
ECMAScript (JavaScript)
匹配不以 http 开头的图片
Submitted by
anonymous
0
正则匹配markdown中的图片 但排除 http 开头的地址
Created
·
2023-02-14 10:47
Flavor
·
ECMAScript (JavaScript)
正则匹配markdown中的图片 但排除 http 开头的地址
Submitted by
anonymous
0
Padrão - numeração de contrato CAIXA
Created
·
2023-02-14 23:37
Flavor
·
ECMAScript (JavaScript)
teste
Submitted by
anonymous
0
Removing port number from URL
Created
·
2023-02-15 19:26
Flavor
·
ECMAScript (JavaScript)
Find port number and remove it from URL
Submitted by
M Rivas
0
service selector parser
Created
·
2023-02-16 13:23
Flavor
·
ECMAScript (JavaScript)
HV Platform
Submitted by
anonymous
0
CPF
Created
·
2023-02-16 14:36
Updated
·
2023-02-16 15:07
Flavor
·
ECMAScript (JavaScript)
Regex para encontrar um CPF no formato: 999.999.999-99
Submitted by
@rafaelteruyuki
0
CEP
Created
·
2023-02-16 14:38
Updated
·
2023-02-16 14:41
Flavor
·
ECMAScript (JavaScript)
Match Brazilian zipcode pattern (CEP): 99999-999
Submitted by
@rafaelteruyuki
0
Data por extenso
Created
·
2023-02-16 16:41
Updated
·
2023-02-16 17:48
Flavor
·
ECMAScript (JavaScript)
Data por extenso
Submitted by
@rafaelteruyuki
0
Email teste
Created
·
2023-02-17 17:31
Flavor
·
ECMAScript (JavaScript)
Email teste
Submitted by
@rafaelteruyuki
0
date range
Created
·
2023-02-21 23:34
Flavor
·
ECMAScript (JavaScript)
.
Submitted by
anonymous
Previous page
1
…
168
169
170
171
172
…
174
Next page
Community Library Entry
0
Regular Expression
Created
·
2022-11-15 13:41
Flavor
·
ECMAScript (JavaScript)
/
[
\x21-\x2f\x3a-\x3f
]
/
gm
Open regex in editor
Description
im looking for way to much the above title, in reliable way
Submitted by
perymimon