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,000 community submitted regex patterns...
1
elabFK
PCRE (PHP <7.3)
solution for matching
Submitted by
FK
-
9 years ago
1
Trim Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Trim Regex
PCRE (PHP <7.3)
no description available
Submitted by
Gabriel R. Sezefredo
-
9 years ago
1
Sunless Sea Game Note
Python
no description available
Submitted by
MestreLion
-
9 years ago
1
ISO, UK/US and international numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
yFrame Origin Filter
ECMAScript (JavaScript)
Pattern used to filter URL origin (protocol:host) for yFrame.
Submitted by
grese
-
9 years ago
1
nao
PCRE (PHP <7.3)
nao
Submitted by
anonymous
-
9 years ago
1
includes file name - exclude path name - for jpg file
PCRE (PHP <7.3)
no description available
Submitted by
L clarke
-
9 years ago
1
IP4 Address Checker
Python
Allows exaclty 4 groups of digits in the range 0..255 seperated by . characters
Submitted by
Steve (Gadget) Barnes
-
9 years ago
1
Select Only Text Within Tags
PCRE (PHP <7.3)
no description available
Submitted by
SMSVikasK
-
9 years ago
1
Hashtag system
PCRE (PHP <7.3)
no description available
Submitted by
bgrgndz
-
9 years ago
1
Verbose Python IP4 Address
Python
Verbose IP4 simple address re N.B. You need to ensure that the re is in trebble quotes r""" .... """
Submitted by
Steve (Gadget) Barnes
-
9 years ago
1
Email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
SCO
PCRE (PHP <7.3)
Match to any fastlane or rap station.
Submitted by
John Morrow
-
9 years ago
1
Find 7-letter Palindromes
Python
Find 7 letter words that are spelled the same forwards as they are backwards.
Submitted by
Christian Frost
-
9 years ago
1
IPv4 and port (optional) validator
PCRE (PHP <7.3)
no description available
Submitted by
co_Opernicus
-
9 years ago
1
IP network check (CIDR notation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Facebook Pages Preg
PCRE (PHP <7.3)
Retreive Facebook page liks
Submitted by
Paul Dewar
-
9 years ago
1
FL16.1
PCRE (PHP <7.3)
Task 16.1
Submitted by
Dsavvinov
-
9 years ago
1
My
PCRE (PHP <7.3)
My
Submitted by
anonymous
-
9 years ago
1
...
683
684
685
686
687
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
.
*
(?!
CP
)
)
(
(?=
CP
|
UP
)
.
*
)
(
(?=
CP
|
UP
)
.
*
)
/
gm
Open regex in editor
Description
Regex for took area name only
Submitted by
anonymous
-
2 years ago