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,040 community submitted regex patterns...
0
Email
PCRE2 (PHP >=7.3)
This is used for simple email validation
Submitted by
Pritesh
-
2 years ago
0
Rem评论正则
Python
(?i)Rem\s+((\[(?i)(s|none|success|inconclusive|failed|error)\]\s+)|)(\".\"|\'.\')
Submitted by
xiong
-
2 years ago
0
chilean plate
ECMAScript (JavaScript)
A regex to parse Chilean automobile plates. It would use WWDDDD or WWWWDD
Submitted by
Dennis Tobar
-
2 years ago
0
Select Content Between Two Strings
PCRE2 (PHP >=7.3)
e.g. style="SOMECSS"
Submitted by
anonymous
-
2 years ago
0
MBI Regex
PCRE (PHP <7.3)
validates against the MBI format published by CDC
Submitted by
i410hlr
-
2 years ago
0
Parse arguments
PCRE (PHP <7.3)
Parse arguments
Submitted by
Ofir Yariv
-
2 years ago
-1
phone
PCRE2 (PHP >=7.3)
regex for phone
Submitted by
anonymous
-
2 years ago
2
Phone number for all countries
.NET 7.0 (C#)
Phone number for all countries. Valid symbols: ( ), -, whitespace
Submitted by
Alexander Smirnov
-
2 years ago
0
links
PCRE2 (PHP >=7.3)
links validation
Submitted by
ahmedfawzi
-
2 years ago
0
Email Validator
PCRE2 (PHP >=7.3)
Email validator.
Submitted by
anonymous
-
2 years ago
0
15.02.2022 15:00:00
.NET 7.0 (C#)
15.02.2022 15:00:00
Submitted by
anonymous
-
2 years ago
0
Minimum 10 herhangi dijit
.NET 7.0 (C#)
Minimum 10 herhangi dijit
Submitted by
anonymous
-
2 years ago
0
USD
.NET 7.0 (C#)
USD
Submitted by
anonymous
-
2 years ago
0
01 Jan 2022 Mon 01:02:03
.NET 7.0 (C#)
01 Jan 2022 Mon 01:02:03
Submitted by
anonymous
-
2 years ago
0
^[A-Z,a-z,\-, ,\&]+$
.NET 7.0 (C#)
Koray Bilgi, Text-Regex
Submitted by
anonymous
-
2 years ago
0
^[-0-9\.,]+$
PCRE2 (PHP >=7.3)
123.456.789,00 -123.456.789,00
Submitted by
anonymous
-
2 years ago
-1
MMM DDD YYYY
.NET 7.0 (C#)
FEB MON 2023
Submitted by
anonymous
-
2 years ago
0
수량자 실습
PCRE2 (PHP >=7.3)
수량자 실습
Submitted by
ASJ
-
2 years ago
0
CSS RGB validation
ECMAScript (JavaScript)
It validates the RGB expression doesn't break the CSS parser.
Submitted by
Martin
-
2 years ago
(Last modified 2 years ago)
0
Remove Json sub-element
PCRE2 (PHP >=7.3)
Remove sub-element from a json
Submitted by
hafizotz
-
2 years ago
1
...
80
81
82
83
84
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<=
style="
)
(
.
*
)
(?=
"
)
/
gm
Open regex in editor
Description
e.g. style="SOMECSS"
Submitted by
anonymous
-
2 years ago