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
remove extra spaces on string
ECMAScript (JavaScript)
Get rid of initial, trailing spaces, and extra middle spaces (more than one space in the middle of a string)
Submitted by
anonymous
-
6 years ago
0
Phone validation
ECMAScript (JavaScript)
Validates US and International. Spaces, dot or dash separator. Optional () These formats and variations of them pass this validation 1 (800) 888 8078 +1 402.536.4184 ext 8862088 +91.986.964.4357 +972546790128...
Submitted by
anonymous
-
6 years ago
0
Rok - Měsíc - Den z formátu YYYY-MM-DD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
athome - ssicf - fix dump for mssql
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Validace GPS formátu
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Email Validator
PCRE (PHP <7.3)
Email validator (subjulio)
Submitted by
anonymous
-
6 years ago
0
Password Validator
PCRE (PHP <7.3)
Password validator (subjulio)
Submitted by
anonymous
-
6 years ago
0
Subjulio email validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Substituir tag client do web.config
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Way cooler email validator
PCRE (PHP <7.3)
Works for JS and PHP
Submitted by
anonymous
-
6 years ago
0
my language regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Lấy link từ log
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
test lịch phát song
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Verify Basic Parts of US Address
ECMAScript (JavaScript)
Designed for a basic validation of a US address. Used in an Angular 6 app as an Address Validation. For extraction $1 is the numeric address, $2 is the street and apartment, $4 the state, and $5 the zip code.
Submitted by
anonymous
-
6 years ago
0
Resource - EDI News
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
EDITradingPartnerUpdates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
EDITradingPartnerUpdates - tabid
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Fanball -- Home Page
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Fanball -- Lobby
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Model's properties to table query creation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
495
496
497
498
499
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
(
\.
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
)*
)
|
(
"
.
+
"
)
)
@
(
(
\[
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
]
)
|
(
(
[
a
-
zA
-
Z
\-
0
-
9
]
+
\.
)+
[
a
-
zA
-
Z
]
{2,}
)
)
$
/
Open regex in editor
Description
Works for JS and PHP
Submitted by
anonymous
-
6 years ago