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
Match PHP define
PCRE (PHP <7.3)
Matches PHP define("CONSTANT", "VALUE)
Submitted by
xZero
-
9 years ago
0
Select Topmost HTML Tags
PCRE (PHP <7.3)
no description available
Submitted by
Guilherme C. Souza
-
9 years ago
0
Get specific <span> tag
PCRE (PHP <7.3)
Get an specific html tag and return his content
Submitted by
Ivan Milazzotti
-
9 years ago
0
French telephone number
PCRE (PHP <7.3)
Match french telephones numbers. Allows space, dot and dash between pairs of numbers.
Submitted by
bsymon
-
9 years ago
0
purge creo model
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
symfe - Group with exclusions
PCRE (PHP <7.3)
Select from a pattern a group without some parameters
Submitted by
symfe
-
9 years ago
0
Italy mobile phone numbers
PCRE (PHP <7.3)
Matches current mobile phone numbers in Italy
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
0
apache log analysis
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Java poet regex alternative.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Levi test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Update for bne_interface_cols_tl
PCRE (PHP <7.3)
Necessary because of Bug in Web-Interface
Submitted by
anonymous
-
9 years ago
0
simplewords
PCRE (PHP <7.3)
words
Submitted by
glin
-
9 years ago
0
Regex Group Regex
PCRE (PHP <7.3)
Working on this regex so that I can use it to parse regular expressions and get the group info from them
Submitted by
jparish1977@gmail.com
-
9 years ago
0
Greedy + & * quantifires debug
PCRE (PHP <7.3)
/[123]+(123)*2/ Input: 1,2,3,4,5,6,7,8,9,0,10,11,12,13,14,15,16 Find: 12
Submitted by
Tomer Levi
-
9 years ago
0
JSON FIELD EXTRACTOR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
test
PCRE (PHP <7.3)
AttributeConnID 45524524355
Submitted by
anonymous
-
9 years ago
0
4shared
PCRE (PHP <7.3)
www.4shared.com
Submitted by
guru
-
9 years ago
0
teste
Python
tes
Submitted by
tes
-
9 years ago
0
111
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
338
339
340
341
342
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?:
alt
|
title
|
value
)
="
(
.
+
?
)
"
/
g
Open regex in editor
Description
Allow get the value of the some attributes from a html text
Submitted by
Marcelo Fuentes
-
9 years ago