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...
2
Angular 2 property access
ECMAScript (JavaScript)
no description available
Submitted by
jros
-
9 years ago
1
Find join
Python
no description available
Submitted by
anonymous
-
9 years ago
-1
Find comments or commentblocks in Code V1.01
PCRE (PHP <7.3)
Find Comments starting with # or //. Also finds Commentblocks starting with /* and ending with */.
Submitted by
Candyman1332
-
9 years ago
1
steam profile ID match
PCRE (PHP <7.3)
no description available
Submitted by
ineyy
-
9 years ago
1
parse table
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
http://stackoverflow.com/a/34526907/3936440
PCRE (PHP <7.3)
no description available
Submitted by
ViRuSTriNiTy
-
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
0755462021
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Facebook ID in Links or Widgets
PCRE (PHP <7.3)
Find the ID/name of facebook users/pages in widgets, or links.
Submitted by
anonymous
-
9 years ago
1
Vowel words
ECMAScript (JavaScript)
([!-\~]aeiou)
Submitted by
Ipsita Mohanty
-
9 years ago
3
Non vowel words
ECMAScript (JavaScript)
/\b(+)\b/ig
Submitted by
regexe
-
9 years ago
1
ABC#
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
3-50 all
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
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
ternary operator in C++
PCRE (PHP <7.3)
match ternary operator in C++
Submitted by
Денис Суховерхов
-
9 years ago
0
dd-mmm-yyyy dd/mmm/yyyy dd.mmm.yyyy
ECMAScript (JavaScript)
it accept -, / and . operator date formate 29-Dec-2015
Submitted by
Abhijeet Joshi,
-
9 years ago
1
dd-mmm-yyyy javascript regex
PCRE (PHP <7.3)
29-Dec-2015
Submitted by
Abhijeet Joshi
-
9 years ago
0
switch case statemen in C++
PCRE (PHP <7.3)
Match switch case statemen in C++
Submitted by
Денис Суховерхов
-
9 years ago
1
gitlab project repos
PCRE (PHP <7.3)
subdirectory only
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
...
757
758
759
760
761
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
@
<
[^
"
]
*
class="
[^
"
]
*
(?<=
"
|
\s
)
marginRight
(?=
"
|
\s
[^
"
]
*
)
"
[^
"
]
*
href="
(?<url>
(
[^
?
]
[^
\d
+
]
*
(?<number>
\d
+
)
)
[^
"
]
*
)
"
@
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago