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...
1
match sequential characters
ECMAScript (JavaScript)
HI, I'm looking for RegX to match words with more than two sequential characters
Submitted by
JC
-
10 years ago
1
Number betwen:1 1.5 2 2.5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Exploding regex
Python
no description available
Submitted by
anonymous
-
10 years ago
1
Phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Dotted Quad
PCRE (PHP <7.3)
IP PCRE
Submitted by
Awkwardly Scripted
-
10 years ago
1
smiley
PCRE (PHP <7.3)
no description available
Submitted by
@barraponto
-
10 years ago
1
sad smiley
Python
looks for a sad smiley with a backslash
Submitted by
@barraponto
-
10 years ago
1
Extract ids (values) with regex
PCRE (PHP <7.3)
no description available
Submitted by
A. K. Asik
-
10 years ago
1
Mustafa Özcan
PCRE (PHP <7.3)
mustafa özcan
Submitted by
<a href="http://www.mustafaozcan.info/" title="mustafa özcan">mustafa
-
10 years ago
1
Simple first exercise of a newbie
ECMAScript (JavaScript)
Find a group of 9 letters subdivided in groups of three by a dash.
Submitted by
Nicola Jelmorini
-
10 years ago
1
replace only inner text without tag element
PCRE (PHP <7.3)
no description available
Submitted by
A.K. Asik
-
10 years ago
1
incorrect number regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
1
Temp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Simple Email Validation
ECMAScript (JavaScript)
Does not match everything, but good for a cross-platform validation filter.
Submitted by
anonymous
-
10 years ago
1
Cross-Platform Simple Email Validator
PCRE (PHP <7.3)
Not perfect, but solid and cross platform
Submitted by
anonymous
-
10 years ago
1
celular com CSP e SEM CSP
PCRE (PHP <7.3)
no description available
Submitted by
Marcos Müller
-
10 years ago
1
url regex
Python
no description available
Submitted by
catwooman
-
10 years ago
1
Files with numbers greater than 1950
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
indentation
Python
no description available
Submitted by
z
-
10 years ago
(Last modified a year ago)
1
youtube id watch embed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
...
589
590
591
592
593
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
\n
|
\r
|
\t
|
\0
|
^\s
+
|
\s
+
$
|
[
\b
]
)
/
gim
Open regex in editor
Description
remove the multiline switch
Submitted by
iamtheauthor
-
10 years ago