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
<(16.1.2|17.0.2|18.1.6|19.1.8|20.0.4)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
find bold/italics
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
S/MIME details from Content-Type header
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Facelift
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
不匹配项
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
var _0x1e35
PCRE (PHP <7.3)
var _0x1e35
Submitted by
anonymous
-
5 years ago
0
Abertura de tags HTML
PCRE (PHP <7.3)
Obtém tags de abertura HTML separando-as em grupos
Submitted by
anonymous
-
5 years ago
0
Fechamento de tags HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
find words between tags
Python
Extract words between custom tags.
Submitted by
anonymous
-
5 years ago
0
regex test web url
ECMAScript (JavaScript)
regex test web url strarting from http, https, rtp, rtsp, udp with ://
Submitted by
anonymous
-
5 years ago
0
remove parameter - docushare
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
remove google loading
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Phone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
regex id in url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Comment regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
wrap TSV values with " qualifier
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Add Pack Result
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Get file name from Path
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
匹配属性的对象
PCRE (PHP <7.3)
该正则表示对的是匹配location对象下的 host、hostname、href、protocol、origin、port 属性前对象匹配, 例如匹配: a.href location.href getTop().location.href
Submitted by
anonymous
-
5 years ago
1
...
237
238
239
240
241
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(?:
uid=
(?<uid>
\d
{6}
)
,
)?
ou=
(?<ou>
\d
{6}
)
,dc=placetel,dc=de
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago