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,040 community submitted regex patterns...
0
DHub filename parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DHub filename parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
get video ID from youtube url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
phone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
tf_horovod
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
bs_structure
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
old_structure
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match EN Article Title
PCRE (PHP <7.3)
This is used to reformat an EN article title
Submitted by
anonymous
-
6 years ago
0
Between Brackets and Parens
Python
no description available
Submitted by
anonymous
-
6 years ago
0
All sorts of experiments
Python
no description available
Submitted by
anonymous
-
6 years ago
0
LDOCE词典释义中英文分割
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Validate Windows filename
PCRE (PHP <7.3)
Validates a Windows filename Filename cannot contain tab, carriage return, back slash, forward slash, less than, greater than, colon, double quote, pipe, question mark or asterisk. It also cannot end with a period or space (Non-printable characters have been ignored due to the difficulty in actual...
Submitted by
anonymous
-
6 years ago
0
abbreviation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
repeat url regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
BTC Wallet
PCRE (PHP <7.3)
BTC Wallet
Submitted by
anonymous
-
6 years ago
0
BBCode tags strip
ECMAScript (JavaScript)
Removes BBCode tags with any characters provided after = (e.g. attributes). Omits unknown tags.
Submitted by
anonymous
-
6 years ago
0
BTC Wallet
PCRE (PHP <7.3)
BTC Wallet
Submitted by
anonymous
-
6 years ago
0
match catch block without specified expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Find DevExpress Assembly References
Golang
no description available
Submitted by
anonymous
-
6 years ago
1
...
479
480
481
482
483
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
\/
\d
{2}
(
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
)?
(
,
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
\/
\d
{2}
(
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
)?
)*
$
/
Open regex in editor
Description
Framed-route for Mikrotik routers
Submitted by
anonymous
-
7 years ago