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...
1
get html tag attributes (name/value)
ECMAScript (JavaScript)
no description available
Submitted by
mekroth
-
8 years ago
0
Whatsapp Chat Regex
Python
This is a Regex to the Whatsapp chat data. This parses the G1 - Date, G2 - Time, G3 - User, G4 - Qualifier & G5 - Actual chat data. The Qualifier (G4) identifies the group Creation information, : that separates the User and Ping chat data and New user added chats.
Submitted by
Vinodh Sukumaran
-
8 years ago
0
Removes indexterm from html
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
C#
Python
no description available
Submitted by
anonymous
-
8 years ago
1
test1 php
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
pdfbrev cu spargere la 96
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
selects all but first and last
PCRE (PHP <7.3)
selects all but the firs tand last charcter (excluding punctuation) of words in a string of words
Submitted by
anonymous
-
8 years ago
1
SMS_TRIGGERS count
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Parse E-Mail Template
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
搜索
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Admin Activity
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Inverse Regex
PCRE (PHP <7.3)
Matches all strings that don't match a given pattern.
Submitted by
Paul Buonopane @ NamePros
-
8 years ago
1
google play and apple store
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
MDY Date in Slash Form
PCRE (PHP <7.3)
MM/DD/YYYY
Submitted by
jonnyt
-
8 years ago
1
get appid in google and apple store
PCRE (PHP <7.3)
get appid in google and apple store
Submitted by
pah-an
-
8 years ago
1
Digital
PCRE (PHP <7.3)
no description available
Submitted by
Giuseppe
-
8 years ago
1
Digital
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Split words
ECMAScript (JavaScript)
Splits all words. Equivelent to String.prototype.split() but doesn't include space characters in the split. @see String.prototype.split
Submitted by
JaGretz
-
8 years ago
1
Remove Non-Alphanumeric Characters
ECMAScript (JavaScript)
Removes all number and letter characters.
Submitted by
JaGretz
-
8 years ago
1
Validate Steam Game Keys
PCRE (PHP <7.3)
Like SSD32-SDAV2-DS112
Submitted by
chikaldirick
-
8 years ago
1
...
249
250
251
252
253
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
eventtype="
(?<group>
administrator
)
",username="
(?<login>
.
*
?
)
",action="
(?<vmid>
(?<action>
.
*
?
)
)
",object="
(?<object>
(?<account>
.
*
?
)
)
",description="{
(?:
.
*
)?
,
.
"status":
.
"
(?<status>
.
*
)
\"
}"
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago