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 4,520 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
parse sqs url
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-28 13:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Macro Guard '#if' finding regex
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-01 16:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Negative lookahead
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-11 10:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction
Submitted by
anonymous
-
4 years ago
2019-12-17 09:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction
Submitted by
anonymous
-
4 years ago
2019-12-17 11:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配合法的变量名
Python
\b[a-zA-Z_]\w+
Submitted by
anonymous
-
4 years ago
2019-12-18 12:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
正则式的命名和反向引用
Python
(?P(\w+\s+))(?P=dup)
Submitted by
anonymous
-
4 years ago
2019-12-18 13:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
提取有效小数,如果是0,则只保留1个0
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-18 15:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction_Action_Date
Submitted by
anonymous
-
4 years ago
2019-12-19 06:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
amazon pdf regexpress
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-23 08:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AMap POI ID
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-23 08:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AMap POI Tile index
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-24 05:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
highlight
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-24 15:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PRUEBA 1
Python
ZAHO :CMM,:NR=2087:;
Submitted by
anonymous
-
4 years ago
2019-12-26 14:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Remove whiteSpace and char
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-12-27 06:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HDSTREAMS
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-28 17:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
my
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-12-28 22:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Validate domain
Python
Validate that the string is a domain name (internationalization supported)
Submitted by
anonymous
-
4 years ago
2019-12-30 14:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Call-ID
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-31 05:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
oomovie part 2
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-01 14:18
1
...
152
153
154
155
156
157
158
...
226
test
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(?<=
\n
)
\w
{10}
\w
{0,5}
(?=
\w
{0,9}
)
\s
{0,18}
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2019-09-28 16:47