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
multiform tab regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Проба
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Проба Емкость
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
BTS name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
Поиск Сопротивление
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Поиск Допуска
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
HTML tag attributes (with match groups for '/")
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Datum
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match ServiceNow Incident and Problem Numbers
ECMAScript (JavaScript)
no description available
Submitted by
Aidan Cooper
-
4 years ago
0
Youtube Channel
PCRE (PHP <7.3)
Extract Youtube Id channel Extraire l'ID d'une chaine Youtube
Submitted by
anonymous
-
4 years ago
0
Something
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
dir_1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Litebans tempban
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ab#197163
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Relative Markdown Link
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Markdown Link
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Markdown Image Link
Python
A regex to find valid markdown images
Submitted by
anonymous
-
4 years ago
0
Markdown Image Link
Python
A regex to find valid markdown images
Submitted by
anonymous
-
4 years ago
0
Markdown Image Link
Python
A regex to find valid markdown images
Submitted by
anonymous
-
4 years ago
0
Markdown Image Link
Python
A regex to find valid markdown images
Submitted by
anonymous
-
4 years ago
1
...
715
716
717
718
719
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?<!
(?:
\\
{2}
)*
\\
)
(?:
(?<begin_capture>
[
\(
]
)
(?:
(?=
[
<
]
[
a
-
z_A
-
Z
]
+
[
>
]
)
|
(?!
\?
(?:
<
?
[
=!
]
|
:
)
)
)
|
(?<begin_non_capture>
\(
(?=
\?
(?:
<
?
[
=!
]
|
:
)
)
)
)
|
(?:
(?<end>
\)
)
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago