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
LookAheadBehind
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Minecraft color codes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
this is a title
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Capture content of <...> or if missing the whole string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
shortest parentheses 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
parentheses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
fix lc by nas punkt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Toast Campaign ID query
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Toast Reseller query
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
match date
PCRE (PHP <7.3)
match date 大致匹配日期
Submitted by
anonymous
-
6 years ago
0
Capturing URL tester
PCRE (PHP <7.3)
This pcre style regex tests for valid URLs capturing the whole address. It will capture http and https only. Compatible with multiple sub-domains and raw IPV4 addresses, as well as paths, queries, and parameters. See below for examples: Will match these valid URLS: https://www.example.com/foo/?bar...
Submitted by
1nc3p710n
-
6 years ago
0
ip
PCRE (PHP <7.3)
ip
Submitted by
anonymous
-
6 years ago
0
<INEQUALITY>||<30 Integer capture more than 30
PCRE (PHP <7.3)
in this example i have captured integers more than a specified number chosen
Submitted by
anonymous
-
6 years ago
0
Find words that are duplicates
PCRE (PHP <7.3)
marks words which are found more than once in the string
Submitted by
anonymous
-
6 years ago
0
Shakespeare
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ISO-8601 Date-only format
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
uga buga
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
结巴去重
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Match a full date m/d/yyyy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Extrair data por extenso
Python
no description available
Submitted by
anonymous
-
6 years ago
1
...
488
489
490
491
492
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
U=
(?<mfcsrc>
\d
{6}
)
\s
P=
(?<mfcprio>
\d
)
\s
Z=
(?<mfcdst>
\d
{6}
)
,
\s
WW=
(?<mfcWW>
\d
*
)
,
\s
L=
(?<mfcline>
.
*
)
\s
B=
(?<mfctrunk>
.
*
)
\s
D=
(?<mfcdur>
\d\d
:
\d\d
)
\s
E:
(?<mfcCC>
.
*
)
,CC=
(?<mfcCCC>
.
*
)
,
\s
Name=
(?<LOWW_IF>
.
*
)
,
\s
Address=
(?<vcsNODE>
.
{5}
)
;
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago