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
Seletor de qualquer texto com espaço
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Youtube Link
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
GES_isor
PCRE (PHP <7.3)
.
Submitted by
isorT3st
-
9 years ago
1
$_=$ARGV[0];s/(\w\W?)(\W?\w)/\u$1$2/g;print
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Email Address Collector
PCRE (PHP <7.3)
Match obfuscated email addresses.
Submitted by
Nic B
-
9 years ago
1
exercicio
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
German nouns
Python
Matches German nouns with "artikels"
Submitted by
Alper Kürşat @alpeer
-
9 years ago
1
Find Mp4 URL
PCRE (PHP <7.3)
Match a http url that contains Mp4
Submitted by
AAG
-
9 years ago
1
Odd [abc] non-consecutive repeat
Python
Recognizes strings containing {a,b,c} an odd number of times that do not repeat the same letter twice in a row. Also recognizes null string.
Submitted by
anonymous
-
9 years ago
1
GESisor
PCRE (PHP <7.3)
thx
Submitted by
isor
-
9 years ago
1
GESisor
PCRE (PHP <7.3)
thx
Submitted by
isor
-
9 years ago
1
Nested Exception Thrower
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Select not minified javascripts
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Alphanumeric only
PCRE (PHP <7.3)
Allows only Uppercase, lowercase letters and numbers
Submitted by
anonymous
-
9 years ago
9
extract subdomain(if available) or domain from URL
Python
This regex should extract the subdomain, if any, or the domain, if no subdomain is used, from an arbitrary URL
Submitted by
trevi@twanda.com
-
9 years ago
1
(yyyy-mm-dd HH:MM:SS)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Extract Variables from C# File
Python
no description available
Submitted by
Adam Short
-
9 years ago
2
URL with Port
ECMAScript (JavaScript)
no description available
Submitted by
rkl
-
9 years ago
0
phone number
Python
no description available
Submitted by
Dries Werckx
-
9 years ago
1
Match for RAM, Storage
PCRE (PHP <7.3)
Match for ram size and storage size
Submitted by
anonymous
-
9 years ago
1
...
707
708
709
710
711
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?<ValueTolerance>
(
[^
\w
|
\S
]
)
(
[
\±
]
+
?
\d
+
?
[
%
]
)
(
[
\s
]
)
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago