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)
匹配限定后缀名的文件,忽略大小写
Golang
匹配.mka后缀名的文件,忽略大小写
Submitted by
anonymous
-
7 months ago
2023-04-26 14:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
auto-gpt command google
Python
auto-gpt command google returned
Submitted by
anonymous
-
7 months ago
2023-04-26 23:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SparkplugB Topic Pattern
Python
SparkplugB has a specific pattern to the MQTT topic string. Included here is the convention of metrics as a continuation of the topic string (although as an element in the binary payload it is not!)
Submitted by
null-directory
-
7 months ago
2023-04-28 16:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
walter1976Split
Python
walter1976Split
Submitted by
anonymous
-
7 months ago
2023-05-02 03:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
walter1976FirstClean
Python
walter1976FirstClean
Submitted by
anonymous
-
7 months ago
2023-05-02 03:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
walter1976LastClean
Golang
walter1976LastClean
Submitted by
anonymous
-
7 months ago
2023-05-02 03:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL Pattern Django
Python
URL Pattern Django
Submitted by
Fernando Olivera
-
7 months ago
2023-05-02 20:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
LC - Athento
Python
Expresion regular para extraer informacion desde el titulo de un documento
Submitted by
Fernando Olivera
-
7 months ago
2023-05-02 20:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get digits
Golang
Trying to get digits
Submitted by
Arthur Silva
-
7 months ago
2023-05-03 18:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
langchain
Python
langchain
Submitted by
anonymous
-
7 months ago
2023-05-04 04:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
camel-assistnt resp
Python
camel-assistnt resp
Submitted by
anonymous
-
7 months ago
2023-05-08 02:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Python Regex to Find Rack Files
Python
Python Regex to Find Rack Files
Submitted by
anonymous
-
7 months ago
2023-05-08 17:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
100-4300
Python
match 100, 200, 300 upto 4300
Submitted by
anonymous
-
6 months ago
2023-05-19 12:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hesla ISJ
Python
ISJ
Submitted by
anonymous
-
6 months ago
2023-05-19 17:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dyno warning regex
Python
Used to separate things in dyno warning
Submitted by
anonymous
-
6 months ago
2023-05-21 11:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PLDI regex 1
Python
For pldi answer
Submitted by
PlaceReporter99
-
6 months ago
2023-05-21 14:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PLDI regex 2
Python
for pldi answer
Submitted by
PlaceReporter99
-
6 months ago
2023-05-21 14:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PLDI regex 3
Python
for pldi answer
Submitted by
PlaceReporter99
-
6 months ago
2023-05-21 15:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Session Start/Close
Python
Capturing Start/Close in IRC-logs
Submitted by
Corpset
-
6 months ago
2023-05-23 09:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
List of lists of numbers (no leading zeros)
Python
List of lists of numbers (no leading zeros)
Submitted by
anonymous
-
6 months ago
2023-05-26 19:56
1
...
109
110
111
112
113
114
streets with one or more names with unicode characters in python
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
^
(
[
a
-
zA
-
Z
\u00C0-\u017E
]
+
(?:
\.
|
-
|
)
)*
[
a
-
zA
-
Z
\u00C0-\u017E
]
*
$
"
gmu
Open regex in editor
Description
Loading markdown...
Submitted by
Stanicio
-
2 years ago
2022-02-13 02:14