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...
2
Find PHP object variables
Python
Find PHP object variables, and replace them with (array)brackets.
Submitted by
The Milkman
-
8 years ago
1
IBM_DS parse
PCRE (PHP <7.3)
no description available
Submitted by
Anton Rastyazhenko
-
8 years ago
1
Full url
PCRE (PHP <7.3)
For full url.
Submitted by
MrDenzo
-
8 years ago
1
Url
PCRE (PHP <7.3)
Regex for full url
Submitted by
MrDenzo
-
8 years ago
1
UrlTest
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2
AliasMatch
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Non-Characters
PCRE (PHP <7.3)
TO Select Non-Characters
Submitted by
Naveen
-
8 years ago
0
My phone number
PCRE (PHP <7.3)
13564148140
Submitted by
Stan
-
8 years ago
0
Bash (sed)
Java 8
no description available
Submitted by
anonymous
-
8 years ago
(Last modified a year ago)
1
grabs first part of formula
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Extract facebook video id
PCRE (PHP <7.3)
no description available
Submitted by
Stathis Aliprandis
-
8 years ago
1
req_ip
PCRE (PHP <7.3)
Plex origination request IP
Submitted by
sydvishus
-
8 years ago
1
H6 Hisense
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Match query-string parameters
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Split Java Stack Traces
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
PHP function tester
PCRE (PHP <7.3)
Test the prototype of a PHP fuction (even PHP7) protected function f1(int ...$test): string is true, function f2 ( array $test2 = array(), $test3) is true...
Submitted by
Smiley32
-
8 years ago
1
Date
PCRE (PHP <7.3)
Legal dates
Submitted by
anonymous
-
8 years ago
1
Words starting with hash symbol
PCRE (PHP <7.3)
no description available
Submitted by
harish
-
8 years ago
2
Email validation
PCRE (PHP <7.3)
It validates an email address with alias
Submitted by
anonymous
-
8 years ago
1
Lookbehind - Javascript
ECMAScript (JavaScript)
POsitive lookbehind javascript.
Submitted by
Matheus de Sousa Siqueira - (matheussiqueira.ec@gmail.com)
-
8 years ago
1
...
675
676
677
678
679
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
(
^\S
[^
\n
]
+
)
(
\n\s
+
[^
\n
]
+
)*
)
/
gim
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago