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 4,960 community submitted regex patterns...
0
vert-cata
Python
log
Submitted by
anonymous
-
3 years ago
1
Nginx Error Log Parser
PCRE2 (PHP >=7.3)
Parse nginx error logs with tags
Submitted by
anonymous
-
3 years ago
0
SHA1 HASH
Python
Reference https://12bme.tistory.com/293 http://wiki.hash.kr/index.php/MD5
Submitted by
RuvyTale
-
3 years ago
0
MD5 HASH
Python
Reference https://12bme.tistory.com/293 http://wiki.hash.kr/index.php/MD5
Submitted by
RuvyTale
-
3 years ago
1
SHA256 HASH
Python
Reference http://wiki.hash.kr/index.php/SHA256
Submitted by
RuvyTale
-
3 years ago
0
IP
Python
Reference https://vencedor.tistory.com/85
Submitted by
RuvyTale
-
3 years ago
0
Korea Phone_number
Python
Reference https://ko.wikipedia.org/wiki/%EB%8C%80%ED%95%9C%EB%AF%BC%EA%B5%AD%EC%9D%98_%EC%A0%84%ED%99%94%EB%B2%88%ED%98%B8_%EC%B2%B4%EA%B3%84#%EC%9D%B4%EB%8F%99%ED%86%B5%EC%8B%A0_%EB%B0%8F_%EB%B6%80%EA%B0%80%ED%86%B5%EC%8B%A0%EB%A7%9D_%EB%93%B1_(01Y)
Submitted by
Hong Hyeon Gi
-
3 years ago
0
email, E-amil Python
Python
Reference https://dojang.io/mod/page/view.php?id=2439 https://wikidocs.net/4308#re https://ko.wikipedia.org/wiki/%EC%A0%95%EA%B7%9C_%ED%91%9C%ED%98%84%EC%8B%9D https://ko.wikipedia.org/wiki/%EA%B5%AD%EC%A0%9C%ED%99%94_%EB%8F%84%EB%A9%94%EC%9D%B8_%EB%84%A4%EC%9E%84 https://ko.wikipedia.org/wiki/%EC%A...
Submitted by
Hong Hyeon Gi
-
3 years ago
0
Match user defined date format
PCRE2 (PHP >=7.3)
Only matches, when date is in brackets. Allows for KW/CW or Q or normal date. Delimiters are '.' & '-'; Does not work for years < 2000 and does not validate for correct month- or day-values (except quarter).
Submitted by
MjSt
-
3 years ago
0
txt mini
Python
txt
Submitted by
anonymous
-
3 years ago
0
Email
PCRE2 (PHP >=7.3)
Email Validator
Submitted by
anonymous
-
3 years ago
0
Test MGNT
PCRE2 (PHP >=7.3)
just a test
Submitted by
dang
-
3 years ago
1
gPat
PCRE2 (PHP >=7.3)
This is pre-built Global Pat for FortiSiem
Submitted by
Ken
-
3 years ago
0
non word on the beginning (including underscore)
Python
use for coursera
Submitted by
anonymous
-
3 years ago
0
hbase offline state regex
PCRE2 (PHP >=7.3)
CVP
Submitted by
Diego
-
3 years ago
0
Bhumi
PCRE2 (PHP >=7.3)
Submitted by
Ewallet
-
3 years ago
0
regex 1
PCRE2 (PHP >=7.3)
search api with category and subcategory
Submitted by
anonymous
-
3 years ago
0
Match only capital letters with optional underscore in between
PCRE2 (PHP >=7.3)
HelloWorld -- NOT match HELLO_WORLD_ -- NOT match _HELLO_WORLD -- NOT match HELLO__WORLD -- match ]; -- NOT match RAGGA_DAFDASDA -- match...
Submitted by
anonymous
-
3 years ago
0
Server regex for getting directory and template name from url
PCRE2 (PHP >=7.3)
Later.
Submitted by
anonymous
-
3 years ago
0
homework4
PCRE2 (PHP >=7.3)
homework 4
Submitted by
Eric Neuwirth
-
3 years ago
1
...
112
113
114
115
116
...
248
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