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,040 community submitted regex patterns...
1
Parse powers of string
ECMAScript (JavaScript)
When you want to parse a litteral math expression with power in and you want e^x to be e**x Use this regex!
Submitted by
anonymous
-
4 years ago
0
ayuda disparar sondas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Math match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
extract_lastafterdash
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Day/Hour/Minute/Second Time Detection Python
Python
Detects a number of days, hours, minutes, and/or seconds for a Python regex to handle.
Submitted by
anonymous
-
4 years ago
0
My Kadafi
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Tandem logs
PCRE (PHP <7.3)
NA
Submitted by
anonymous
-
4 years ago
0
CSD
Python
no description available
Submitted by
anonymous
-
4 years ago
0
TODO comments, with optional `(author):` style author tag postfix capture
ECMAScript (JavaScript)
Capture groups fully cover captured characters with no overlaps, designed for any language with line comments or /, / style block comments. Validation is kept to a reasonable level to avoid high parsing time: Comment context is not validated with lookbehind Parenthesized author name block validat...
Submitted by
disk0
-
4 years ago
0
大寫字母,但非母音
PCRE (PHP <7.3)
大寫字母,但非母音
Submitted by
anonymous
-
4 years ago
0
jmx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
json number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
json string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
Поиск .cpp и .h файлов с путями
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
uzolve-module-sequence
ECMAScript (JavaScript)
BPKT-1;BPKR-2;BPRT-1^BPRK-2;MKRK-2
Submitted by
anonymous
-
4 years ago
0
Desktop - User Agent Detection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Mobile.de. Event exp to find different event action data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ntpq parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
English Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
262
263
264
265
266
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
^.
+
)
\,
(
.
+
)
\,
(
.
+
\[
.
+
]
)
\,
(
.
+
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago