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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 13,060 community submitted regex patterns...
0
Select Topmost HTML Tags
PCRE (PHP <7.3)
no description available
Submitted by
Guilherme C. Souza
-
9 years ago
1
Teste
PCRE (PHP <7.3)
teste
Submitted by
MeuChapeu
-
9 years ago
1
Get id number from url
PCRE (PHP <7.3)
no description available
Submitted by
Marek UlwaĆski
-
9 years ago
0
Match PHP define
PCRE (PHP <7.3)
Matches PHP define("CONSTANT", "VALUE)
Submitted by
xZero
-
9 years ago
1
Access Log
PCRE (PHP <7.3)
cisco
Submitted by
anonymous
-
9 years ago
0
Find li tag with "word"
PCRE (PHP <7.3)
Find li tag with "word"
Submitted by
Sazar
-
9 years ago
1
Culture File Name Extraction
PCRE (PHP <7.3)
Extracts the culture name from a javascript file. Works with minified and non minified files.
Submitted by
Lucas Martin
-
9 years ago
1
Digit
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Phone numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
CVE descriptors
PCRE (PHP <7.3)
no description available
Submitted by
Noir
-
9 years ago
1
vIESTATE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Portugal mobile phone numbers
PCRE (PHP <7.3)
Matches current mobile phone numbers in Portugal
Submitted by
Carlos Interactive3g
-
9 years ago
0
Spain mobile phone numbers
PCRE (PHP <7.3)
Matches current mobile telephone numbers in Spain.
Submitted by
Carlos Interactive3g
-
9 years ago
7
simple email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
jQuery Validation Email Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
filterprocyonerror
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
filtrar jadx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
-3
Match email addresses and get the mail provider as a group
PCRE (PHP <7.3)
no description available
Submitted by
Ole
-
9 years ago
2
Check if the title ends in is alid or not in java using regex
PCRE (PHP <7.3)
testing patterns http://stackoverflow.com/questions/30751885/check-if-a-string-ends-in-is-valid-or-not-in-java-using-regex
Submitted by
Sriharsha
-
9 years ago
1
prevent-sanitzation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
598
599
600
601
602
...
653
dropping first digit (2) andy advice?
1
Regular Expression
PCRE (PHP <7.3)
/
\_
\d
(
.
+
)
/
Open regex in editor
Description
_\d(.+) for _2015041122
Submitted by
jbt
-
9 years ago