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 2,980 community submitted regex patterns...
0
vscode multiline
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Extract cdn images intercom
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Replace C# /// with summary on docs
PCRE2 (PHP >=7.3)
no description available
Submitted by
Lupei Nicolae
-
4 years ago
0
html link
PCRE2 (PHP >=7.3)
I used this to find and replace links in a large html file. It worked in the VSCode regex find and replace.
Submitted by
anonymous
-
4 years ago
0
splitter
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
splitter
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
find correct assignment statements part 4
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
right operations +-*\
PCRE2 (PHP >=7.3)
no description available
Submitted by
xidios
-
4 years ago
0
Number from Statments
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
fcas4
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Date
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Rs Extraction
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
24 часовой формат / 12 часовой формат
PCRE2 (PHP >=7.3)
no description available
Submitted by
xidios
-
4 years ago
0
mail mil reg
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Scene Report Parser
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
finding correct assignment statements part 3
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
BUN
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
9 digit mid IMB
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
6 digit mid IMB
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
141
142
143
144
145
...
149
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
<!--
(
.
*
?
)
-->
|
\s\B
/
gm
Open regex in editor
Description
Remove Whitespace
Remove Comment
Submitted by
Habibi Mustafa
-
4 years ago