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
old model bindin
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Matches operator (+-*/)
ECMAScript (JavaScript)
This regex escapes the 4 main signs of operations, -*/+. Good for calculating
Submitted by
anonymous
-
8 years ago
0
itcareers.apex link
Python
link making
Submitted by
chandni
-
8 years ago
0
London postcodes
PCRE (PHP <7.3)
No perfect, missing GIR postcodes, but should match most of the postcodes for extraction. It's not a postcode validator, just an extractor, validation should be done after extraction.
Submitted by
anonymous
-
8 years ago
0
UK Postcode Area
PCRE (PHP <7.3)
Strips out the postcode area (first one or two letters e.g. [WA]1) from a UK postcode.
Submitted by
Martin E
-
8 years ago
0
Extract domain name
PCRE (PHP <7.3)
extracting domain name from url
Submitted by
anonymous
-
8 years ago
0
Extract ClassName and Unicode fontawesome list
PCRE (PHP <7.3)
no description available
Submitted by
M.Nizam
-
8 years ago
0
Awstats
ECMAScript (JavaScript)
Reg exp for directory/files of pdf etc
Submitted by
MikeMcCool
-
8 years ago
0
html tag name
ECMAScript (JavaScript)
no description available
Submitted by
dsikiritsky
-
8 years ago
0
Remove trailing dots
PCRE (PHP <7.3)
no description available
Submitted by
alex
-
8 years ago
0
ending .pub
ECMAScript (JavaScript)
For files with a .pub ending
Submitted by
Marvin
-
8 years ago
0
UK Postcode Checker
ECMAScript (JavaScript)
Checks for valid UK/British postcodes. A modified version of MaffooBristol's pattern that prevents a non-whitespace character being entered in between the two sections of the postcode. Works in PHP/JS ...
Submitted by
anonymous
-
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
0
domains
Python
no description available
Submitted by
anonymous
-
8 years ago
0
email validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
JSON Matching
ECMAScript (JavaScript)
Match numerical value of a JSON key. Numbers only 3-9
Submitted by
anonymous
-
8 years ago
0
decimal_to_frac
Python
Convert .5 in all its forms to 1/2
Submitted by
Brett Tofel
-
8 years ago
0
WhatsApp Message Regex
ECMAScript (JavaScript)
A regex to parse WhatsApp conversation files
Submitted by
anonymous
-
8 years ago
0
Timestamp recognizer, extracts hours minutes seconds
Python
Recognizes time-of-day timestamps Time range is from 0:00:00 through 23:59:59 Seconds are optional Named match components for hours, minutes, seconds
Submitted by
Paul Reiber
-
8 years ago
1
...
562
563
564
565
566
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
%data:
(
[^
,.
]
+
)
[
.,|
\/
]
(?:
ROW
)
\[
(
\d
+
)
\]
[
.,|
\/
]
(
[^
.,
]
+
)
%
)
$
/
ig
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago