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...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
filenamewhitlist
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-07-05 22:52
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Amazon Resource Name (ARN) pattern with a named group for each component
Python
A pattern to parse Amazon Web Services ARNs into their varying components: Partition Service Region AccountID...
Submitted by
Arnoud
-
3 years ago
2020-07-03 19:37
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Remove leading zero from addresses
Python
Used to clean address data for simulation.
Submitted by
anonymous
-
3 years ago
2020-07-02 18:59
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
s3_date_select
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-07-02 13:54
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
C# Variable Signature
Python
Used for extracting information from doxygen. Handles: modifiers type, with generics name...
Submitted by
anonymous
-
3 years ago
2020-07-02 10:22
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
day date time
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-06-30 15:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VALUE_UNIT
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-06-29 16:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
New Move
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-06-27 21:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
New Poke
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-06-27 20:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Fe with 87 matches
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-06-27 19:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
each entry but without the entry
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-06-27 19:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
final laycan
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-06-27 18:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
pre laycan
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-06-27 17:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
totalsource
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 18:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
acountant
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
totalsource
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SEMS
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
conatact
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
sem
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SEMS
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 16:31
1
...
41
42
43
44
45
46
47
...
114
reverse commenting/code order
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
(
^\w.
*
\n\n
)+
(
^
(
##
.
*
\n
)+
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
2 years ago
2022-03-25 20:59