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
reges for validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
убрать все и кривой плюс
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Telefono celular venezuela
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Telefono Local venezuela
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Search for missing space around operator (=, +, -)
Python
In this case it is only =, but you can easily modify it to add more operators.
Submitted by
rugk
-
9 years ago
1
Simple date validation
PCRE (PHP <7.3)
Regex validating yyyy-mm-dd or dd-mm-yyyy
Submitted by
anonymous
-
9 years ago
1
sélection entre 2 tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
gitlab project repos
PCRE (PHP <7.3)
subdirectory only
Submitted by
anonymous
-
9 years ago
1
dd-mmm-yyyy javascript regex
PCRE (PHP <7.3)
29-Dec-2015
Submitted by
Abhijeet Joshi
-
9 years ago
1
ternary operator in C++
PCRE (PHP <7.3)
match ternary operator in C++
Submitted by
Денис Суховерхов
-
9 years ago
1
if else statement in C++
PCRE (PHP <7.3)
match if else statement in C++
Submitted by
Денис Суховерхов
-
9 years ago
1
ABC#
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Vowel words
ECMAScript (JavaScript)
([!-\~]aeiou)
Submitted by
Ipsita Mohanty
-
9 years ago
1
0755462021
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Find Comments or Commentblocks in Code
PCRE (PHP <7.3)
Find Comments starting with # or //. Also finds Commentblocks starting with /* and ending with */.
Submitted by
Candyman1332
-
9 years ago
1
http://stackoverflow.com/a/34526907/3936440
PCRE (PHP <7.3)
no description available
Submitted by
ViRuSTriNiTy
-
9 years ago
1
parse table
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
steam profile ID match
PCRE (PHP <7.3)
no description available
Submitted by
ineyy
-
9 years ago
1
Find join
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Sql Server Version Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
658
659
660
661
662
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
<EventTypeCode
csd-code=
\"
(?<myEventTypeCode>
\w
{3}
\-
\d
{2}
)
\"
/
gs
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago