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 12,640 community submitted regex patterns...
0
Match WhatsApp conversations
PCRE (PHP <7.3)
The first group contains the date in format DD/MM/YY The second group contains the time in format HH:MM:SS The third group contains the name of the participant in the conversation The fourth group contains the actual message that the participant sent
Submitted by
anonymous
-
5 years ago
0
IQ-1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
gitlab-shell.log
PCRE (PHP <7.3)
Gitlab log for td-agent
Submitted by
anonymous
-
5 years ago
0
Table list [ A, B ]
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
URL (English Version)
PCRE (PHP <7.3)
regex to check for valid URL String. Accept: A-z Characters. Numbers "-", "_", ".", "/" Characters.
Submitted by
anonymous
-
5 years ago
0
URL (Persian Version)
PCRE (PHP <7.3)
regex to check for valid URL String. Accept: A-z Characters. Persian Characters (index 0x0600 to 0x06FF) Numbers "-", "_", ".", "/" Characters.
Submitted by
anonymous
-
5 years ago
0
jsonp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
gravitee-io/issues/issues/2359
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Drupal 8 info.yml dependency
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Drupal 8 info.yml dependency
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Translations
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
xml header
PCRE (PHP <7.3)
capture xml header
Submitted by
anonymous
-
5 years ago
0
Bunker_SSID_FlexConnect_Get_Registers
PCRE (PHP <7.3)
Use Flex connect to get connections to SSID Bunker then copy paste
Submitted by
anonymous
-
5 years ago
0
Regex to find MIME TYPES in URL
PCRE (PHP <7.3)
no description available
Submitted by
henjak
-
5 years ago
0
Twist
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Twist Login
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
VS Enterprise
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Cedula
PCRE (PHP <7.3)
(.)(\D{2})(\d{10})(.)
Submitted by
anonymous
-
5 years ago
0
Follower Regex ZV32N
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
getText&Numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
170
171
172
173
174
...
632
Community Library Entry
13
Regular Expression
ECMAScript (JavaScript)
/
^
(
0
[
1
-
9
]
|
1
[
0
-
2
]
)
(
\/
|
-
)
(
[
0
-
9
]
{4}
)
$
/
gm
Open regex in editor
Description
Allows inserting expiry date as MM/YYYY or MM-YYYY format
Submitted by
Rider
-
9 years ago