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,020 community submitted regex patterns...
0
Melhoria #30325 Busca os campos configurados depois da propriedade
PCRE (PHP <7.3)
Busca os campos configurados depois da propriedade
Submitted by
anonymous
-
6 years ago
0
Western Video Auction
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Number Extract
ECMAScript (JavaScript)
Number extract test. Accepts integers, floats, portions and negatives.
Submitted by
anonymous
-
6 years ago
0
RDJ: MP3 Url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
RDJ: MP3 ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Filename.extention
ECMAScript (JavaScript)
One match
Submitted by
https://stackoverflow.com/questions/4549654/get-filename-from-url-using-regular-expressions-or-javascript
-
6 years ago
0
Metadata tag find and update
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Dynamic Search Extra param
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Babiš
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
iepigraphs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Event reasons including invalid
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Phone Number check format
ECMAScript (JavaScript)
Allows optional variation in spaces and dashes and brackets as well as international numbers
Submitted by
anonymous
-
6 years ago
0
FI-Email
ECMAScript (JavaScript)
Fleet Insight Email RegEx
Submitted by
anonymous
-
6 years ago
0
CV1234/20Jan2018
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
eventlog reasons regex - 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Unix/Linux file extension (empty when file have no extension)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FI-Email2-final
ECMAScript (JavaScript)
Fleet Insight Email RegEx with dashes not allowed in domain relaxed teh 4 char limit on TLD
Submitted by
anonymous
-
6 years ago
0
Most Common Email Verification
PCRE (PHP <7.3)
Simple Regex that matches most emails
Submitted by
anonymous
-
6 years ago
0
Find bash function
PCRE (PHP <7.3)
Useful for Visual Code Studio (Show Functions extension)
Submitted by
anonymous
-
6 years ago
0
Negative Lookbehind (?<!jeffery)@.+
PCRE (PHP <7.3)
Simple lookbehind - only selects what is after the @ IF what comes before is NOT 'jeffery' From this guys video https://www.youtube.com/watch?v=aIEjh0YsxWA&t=1s
Submitted by
anonymous
-
6 years ago
1
...
111
112
113
114
115
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^\w
+
\s
{0,}
\(
\s
{0,}
\)
$
/
gm
Open regex in editor
Description
Useful for Visual Code Studio (Show Functions extension)
Submitted by
anonymous
-
6 years ago