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
Example1(phone number)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Example2(CSV Data)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Example4(HTML Tables Part1)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Example4(HTML Tables Part1)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Eastlink - get customer location equipment with returncode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
v1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Actor command
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Look command
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
P7002 RegEx to recognize a text pattern
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
email validation
PCRE (PHP <7.3)
valid mails abc@yahoo.com abc-100@yahoo.com abc.100@yahoo.com abc111@abc.com abc-100@abc.net...
Submitted by
anonymous
-
4 years ago
0
standard pdv regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Practice15
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Practice15
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Eastlink Exchange Customer Location Equipment w/return code and messages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
7 - Identificar Nomes das colunas e valores associados das TABLEs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Eastlink Send customer equipment (refresh) with 3 messages returned
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
standard pdv regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Lấy nội dung tên tiếng việt
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Storm Data Event Types
PCRE (PHP <7.3)
This is a regex for the above mentioned data clean up
Submitted by
anonymous
-
4 years ago
0
Eastlink MIND v8 Account lookup
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
710
711
712
713
714
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?=
.
*
(
START
)
)
(?=
.
*
(
END
)
)
(?:
(?:
\1
|
\2
)
|
(?!
^
)
\G
)
\h
+
.
*
?
\b
(
\w
{4,}
)
(?=
.
*
?
(?:
(?:
\1
|
\2
)
)
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago