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
문자그대로찾기
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
multiple lines
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
USC messurments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FSWatch Regex
PCRE (PHP <7.3)
Regex for parsing fswatch event
Submitted by
anonymous
-
6 years ago
0
Loči Guadaloupe
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
date
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
shorthand characterss
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
match all html/xml tags and attributes
PCRE (PHP <7.3)
intended to clean websites form input or crawled data stripping all the html of xml tags and inside attributes
Submitted by
anonymous
-
6 years ago
0
extraction with matching and non-matching groups
Python
extract operator and numbers from a typical product option line
Submitted by
anonymous
-
6 years ago
0
HTML tags and attributes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Extract URL(s) from 'AP CCP'
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
phone
ECMAScript (JavaScript)
My own regex for telephone number for my task
Submitted by
anonymous
-
6 years ago
0
Azure Rules Engine -Anagular
Python
Test
Submitted by
anonymous
-
6 years ago
0
Kata kunci dekat
PCRE (PHP <7.3)
buat rei
Submitted by
anonymous
-
6 years ago
0
xenforo regex youtube 2
PCRE (PHP <7.3)
using Post Content Find / Replace 2.0.1 addon in xenforo to fix bbcode after import of old forum
Submitted by
anonymous
-
6 years ago
0
xforo regex youtube 1
PCRE (PHP <7.3)
using Post Content Find / Replace 2.0.1 addon in xenforo to find/replace bbcode in posts after import of other forum software
Submitted by
anonymous
-
6 years ago
0
///// BRAND V3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
///// NAME V3 PAG1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ASIN PAG1 V3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DESCRI V3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
470
471
472
473
474
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
\/
api
\/
v0002
\/
(
(
draft
\/
)?
device
\/
types
\/
[^
\/
]
+
\/
(
physicalinterface
|
(
(
applicationinterfaces
|
mappings
)
(?:
\/
[^
\/
]
*
)?
)
)
)
$
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago