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
first name from all email ids
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Landline phone numbers UK
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
mobile phone numbers UK
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
url ending in 'digit/' or 'copy'
PCRE (PHP <7.3)
to identify instances where the url has been copied
Submitted by
anonymous
-
6 years ago
0
argit GitHub remote
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Samasource url path - PML extraction
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Samasource url path - PML extraction
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Extract src attribute from HTML img tags
PCRE (PHP <7.3)
no description available
Submitted by
Keldor
-
6 years ago
0
selling ndd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
SeoUrlKeyword - MONCLER
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Simple HTML Label Finder
PCRE (PHP <7.3)
no description available
Submitted by
DAKMH
-
6 years ago
0
Port Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
q1 ass 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Mail extract 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
regex-puppet-v1
PCRE (PHP <7.3)
no description available
Submitted by
Wendy
-
6 years ago
(Last modified a year ago)
0
exclude test and spec files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
pid.class::method
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Capitalize all first letter of words and remove space
PCRE (PHP <7.3)
Capitalize all first letter of words and remove space Exemple : aaa bbb ccc -> aaaBbbCcc
Submitted by
Tyvain
-
6 years ago
0
Gallery to URLs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Capture project with SPV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
115
116
117
118
119
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
120/BHP
\d
/
(?P<lblreq_board>
LBLREQ
)
-
(?P<lblreq_id>
\d
+
)
/
(?P<mission>
\d
{4}
-
\d
{2}
-
\d
{2}
-Z0F
\d
{4}
)
/
(?P<run>
\d
+
)
/
(?P<vehicle_time>
\d
{18}
)
/
(?P<event_time_s>
\d
+
\.
\d
+
)
/
(?:
sweep_dir_
\d
+
/sweep_
\d
+
/
)?
image_
(?P<channel>
[
a
-
z_
]
+
)
_000000000
\.
png
$
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago