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
5-part regex for find/replace with @@.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Javascript replace export function to export =>
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Valid Address regex
PCRE (PHP <7.3)
This is to validate if an address is valid or not
Submitted by
anonymous
-
7 years ago
0
constructor (with xml documentation)
PCRE (PHP <7.3)
constructor for X++ class, given the class declaration with xml documentation
Submitted by
Dannies K
-
7 years ago
0
parm Method (with xml documentation)
PCRE (PHP <7.3)
parm method for X++, given variable declarations, any number of them. including xml documentation
Submitted by
Dannies K.
-
7 years ago
-1
Find linked files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Between two Strings
Python
no description available
Submitted by
anonymous
-
7 years ago
0
ignore log spaces
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
beforeAugustC4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Phone Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Extract max-width / min-width from CSS media query
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
GHDC PMDET
PCRE (PHP <7.3)
no description available
Submitted by
Corilus
-
7 years ago
0
Does not contain
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
исключить
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Address Extraction GIS
Python
no description available
Submitted by
anonymous
-
7 years ago
0
lunchgfz IPP extract week number year
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Gordon post find and replace
PCRE (PHP <7.3)
no description available
Submitted by
Kevin McKernan
-
7 years ago
0
Dangerous Dogs - Lat and Long
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Select in-between excluding edges
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
No Tag in URL RegEx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
539
540
541
542
543
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
.
*
)
[
<
]
+
(?'start'
.
*
)
[
>
]
+
(
.
*
)
[
<
]
+
[
\/
]
+
(
\k'start'
)
[
>
]
+
(
.
*
)
$
|
^
(
.
*
)
[
<
]
+
(
.
*
)
|
[
\/
]
+
[
>
]
+
(
.
*
)
$
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago