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 18,000 community submitted regex patterns...
0
Matches everything but digits and allows for one decimal point.
ECMAScript (JavaScript)
Matches everything but digits and allows for one decimal point. cannot start with a negative Allowed: 123...
Submitted by
Random Guy 70hz
-
3 years ago
0
QueryString and Datasource
ECMAScript (JavaScript)
asdasd
Submitted by
anonymous
-
3 years ago
0
pens
Python
testing
Submitted by
anonymous
-
3 years ago
0
Find Translation Tags in Wordpress
PCRE2 (PHP >=7.3)
Find tags matching: __('Some string to translate','some-domain')
Submitted by
anonymous
-
3 years ago
0
71871164
Python
Stack overflow example
Submitted by
anonymous
-
3 years ago
0
篩選MP Log Day
.NET 7.0 (C#)
篩選MP Log Day
Submitted by
anonymous
-
3 years ago
0
Website Regex
ECMAScript (JavaScript)
Finds all website URLs
Submitted by
JohnnyJTH
-
3 years ago
0
Log Capture
PCRE2 (PHP >=7.3)
Capture the date, host, message type, and message from the patterns in the log file.
Submitted by
Nicholas Tower
-
3 years ago
0
password strong
PCRE (PHP <7.3)
password 8-16 with A-Z a-z 0-9 and !@#$ without %
Submitted by
alfxjx
-
3 years ago
0
<style>标签的匹配
PCRE2 (PHP >=7.3)
标签的匹配
Submitted by
anonymous
-
3 years ago
0
<script>标签的匹配
PCRE2 (PHP >=7.3)
标签的匹配
Submitted by
anonymous
-
3 years ago
0
UPN Compiladores
PCRE2 (PHP >=7.3)
UPN Compiladores
Submitted by
anonymous
-
3 years ago
0
ipv4
PCRE2 (PHP >=7.3)
Find ipv4 addresses
Submitted by
anon
-
3 years ago
0
find email addresses
Golang
find email addresses
Submitted by
anon
-
3 years ago
(Last modified 3 years ago)
0
原神圣遗物OCR副属性(中文简体)
Python
用于游戏“原神”的圣遗物OCR结果中的副属性识别
Submitted by
Wansn
-
3 years ago
0
test
PCRE2 (PHP >=7.3)
test
Submitted by
test
-
3 years ago
0
MLA journal article Works Cited bibliography entry
PCRE2 (PHP >=7.3)
MLA journal article Works Cited bibliography entry
Submitted by
Ken M. Penner
-
3 years ago
0
Email simple validation (x@x.x)
PCRE2 (PHP >=7.3)
Simple email validator (x@x.x) Note: Use /g to test all example emails.
Submitted by
davidgaroro
-
3 years ago
(Last modified 2 years ago)
0
Phone number regex
Python
REGEX to test various phone numbers
Submitted by
Drew Recker
-
3 years ago
0
#value # value
Python
account for comments
Submitted by
anonymous
-
3 years ago
1
...
430
431
432
433
434
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
.
+
\/
+
(
\d
+
)
.
+
?
psd
/
gm
Open regex in editor
Description
extract id in filename psd from path ftp
Submitted by
loochanin
-
3 years ago