Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
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 >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,520 community submitted regex patterns...
0
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
-
a year ago
0
walter1976Split
Python
walter1976Split
Submitted by
anonymous
-
a year ago
0
walter1976FirstClean
Python
walter1976FirstClean
Submitted by
anonymous
-
a year ago
0
walter1976LastClean
Golang
walter1976LastClean
Submitted by
anonymous
-
a year ago
0
SUPPL REGEX
Java 8
Regex to get only information in the SUPPL subdirectory
Submitted by
O'Connor
-
a year ago
(Last modified a year ago)
0
URL Pattern Django
Python
URL Pattern Django
Submitted by
Fernando Olivera
-
a year ago
0
LC - Athento
Python
Expresion regular para extraer informacion desde el titulo de un documento
Submitted by
Fernando Olivera
-
a year ago
0
Get digits
Golang
Trying to get digits
Submitted by
Arthur Silva
-
a year ago
0
langchain
Python
langchain
Submitted by
anonymous
-
a year ago
0
camel-assistnt resp
Python
camel-assistnt resp
Submitted by
anonymous
-
a year ago
0
Python Regex to Find Rack Files
Python
Python Regex to Find Rack Files
Submitted by
anonymous
-
a year ago
0
Riedler's 2nd URL regex
Java 8
why did I make this?
Submitted by
Riedler
-
a year ago
0
Unicode Hexadecimal
Rust
Find hexadecimal numbers using Extended Unicode Support.
Submitted by
anonymous
-
a year ago
(Last modified a year ago)
0
100-4300
Python
match 100, 200, 300 upto 4300
Submitted by
anonymous
-
a year ago
0
Hesla ISJ
Python
ISJ
Submitted by
anonymous
-
a year ago
0
Dyno warning regex
Python
Used to separate things in dyno warning
Submitted by
anonymous
-
a year ago
0
PLDI regex 1
Python
For pldi answer
Submitted by
PlaceReporter99
-
a year ago
0
PLDI regex 2
Python
for pldi answer
Submitted by
PlaceReporter99
-
a year ago
0
PLDI regex 3
Python
for pldi answer
Submitted by
PlaceReporter99
-
a year ago
0
Session Start/Close
Python
Capturing Start/Close in IRC-logs
Submitted by
Corpset
-
a year ago
1
...
122
123
124
125
126
Community Library Entry
0
Regular Expression
Python
r"
(
```
|
`
)
(
python
)?
\s
*
?
\n
?
(
from
\S
+
)?
import
\S
+
(
\n.
*
?
;
)*
\n
(
(
.
*
return
\S
+
```
)
|
(
`return
\S
+
`
)
)
"
gm
Open regex in editor
Description
A regex that matches comments that adhere to the rules of r/ProgrammerHumor
Submitted by
anonymous
-
a year ago