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 2,280 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex Trial
Python
This is an internship trial for my own use
Submitted by
Adanna
-
a year ago
2023-01-05 11:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
datecheck
Python
expression pour checker les dates
Submitted by
anonymous
-
a year ago
2023-01-03 17:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extract data syslog format
Python
Extract data of syslog.log format
Submitted by
anonymous
-
a year ago
2022-12-30 14:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
link_checks
Python
testing of link checking
Submitted by
anonymous
-
a year ago
2022-12-30 11:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cloudfront URL pointing to S3
Python
Public Cloudfront URL that redirects to a S3 file
Submitted by
anonymous
-
a year ago
2022-12-27 06:23
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
IPv4
Python
| Regex | Number | | :----------: | :-----------: | | 1?[1-9]?\d | 0-99, 110-199 | | 12\d | 100-149, 200-249 | | 25[0-5] | 250-255 | ...
Submitted by
MicroMicrocosm
-
a year ago
2022-12-25 15:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
russian phone number
Python
That's work!
Submitted by
anonymous
-
a year ago
2022-12-23 19:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Phone_number_test
Python
Test
Submitted by
anonymous
-
a year ago
2022-12-23 18:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regexy uczelnia
Python
Wyszukuje słowo Mikołaj
Submitted by
anonymous
-
a year ago
2022-12-23 14:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
<> stuff
Python
desc
Submitted by
anonymous
-
a year ago
2022-12-22 20:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Validate time in 24hs format
Python
Validate time in 24hs format
Submitted by
anonymous
-
a year ago
2022-12-21 23:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
openssl index.txt records
Python
parse records of index.txt managed by openssl (easyrsa) CA
Submitted by
Mikhail Belyankin
-
a year ago
2022-12-20 13:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配单行函数名
Python
(static\s){0,1}\w{1,}\s{1,}\w{1,}\s\(.*\)
Submitted by
anonymous
-
a year ago
2022-12-20 03:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date String ISO Pattern
Golang
Date String ISO Pattern matcher
Submitted by
Lucas Morais
-
a year ago
2022-12-19 15:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
OCP typedef name
Python
Match to ocpCamelCase Name[Ptr]
Submitted by
Xiaoxing Cheng
-
a year ago
2022-12-18 03:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Fraction to decimal
Python
Convert fractions in for of 7 1/2 or 7-1/2 with optional spacing to 7.5 avoiding expressions like 5-7 / 10-11 to be mistaken as 5-7/10
Submitted by
Waleed Kilany
-
a year ago
2022-12-16 12:04
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Conventional Commits RegEx
Python
This RegEx can be used to check whether a string (usually a commit message) matches the structure specified in the conventional commits specification and it allows to retrieve the sections of the structure via. named groups. The groups are the following: (? means, that this can be empty/nullable) ...
Submitted by
mccoderpy
-
a year ago
2022-12-15 14:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
netstat
Python
Активные соединения
Submitted by
anonymous
-
a year ago
2022-12-11 20:05
(Last modified a year ago)
2022-12-12 09:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Driverquery
Python
Установленные драйвера
Submitted by
anonymous
-
a year ago
2022-12-11 19:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Assoc
Python
Разбивает вывод команды Assoc
Submitted by
anonymous
-
a year ago
2022-12-11 18:47
1
...
6
7
8
9
10
11
12
...
114
Driverquery
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(?P<Module>
^\w
+
)+
\s
+
(?P<Name>
.
{1,}
(?=
Ke
|
Fi
)
)+
(?P<Type>
(
Kernel
|
File
System
)
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
a year ago
2022-12-11 19:26