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 9,640 community submitted regex patterns...
1
t() argument extractor
PCRE (PHP <7.3)
Extracts the string passed to the Drupal t() function and keeps the string in the 3rd capture.
Submitted by
Travis Uribe
-
8 years ago
1
Big Time Regex?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
BigTimeRegex
PCRE (PHP <7.3)
Description
Submitted by
anonymous
-
8 years ago
1
multiple upstream time
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
smiley
PCRE (PHP <7.3)
no description available
Submitted by
FallenShard
-
8 years ago
1
ADCE DescomposiciĆ³n
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
ADCE - ValidaciĆ³n
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Save
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Full URL
PCRE (PHP <7.3)
IPs Domains Ports Directories Files ...
Submitted by
timmyRS
-
8 years ago
1
No Double space and special character, no leading space ISO-8859-1
PCRE (PHP <7.3)
Matches everything exept a String with one of the following: Leading or ending space multiple spaces double special character
Submitted by
Hunziger
-
8 years ago
1
Your BANK a/c xxxx 4114 will be debited for Rs 97856.5 towards HDFCBan
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Email
PCRE (PHP <7.3)
Refunds email validation
Submitted by
Greg Kedge
-
8 years ago
1
Lynda Anchors
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
SIEM Extended Attribute Regex
PCRE (PHP <7.3)
no description available
Submitted by
Stephen Kim
-
8 years ago
1
Modernest of Emails
PCRE (PHP <7.3)
New gTLDs (2-14 chars) Allows sentence endings after email Accepts every char (except space) = Full Email Support ...
Submitted by
timmyRS
-
8 years ago
1
find latitude longitude
PCRE (PHP <7.3)
find & get long lat in a string
Submitted by
Michael CAILLET http://mica.bike
-
8 years ago
1
dd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Google Category Extraction
PCRE (PHP <7.3)
Extract first term in url path for google category extraction
Submitted by
SCFarmer
-
8 years ago
1
Simbols
PCRE (PHP <7.3)
remove dublicate punctuation marks and keep punctuation if stay near a word( abc, , ,) last , ,
Submitted by
Suciu Razvan
-
8 years ago
1
the best regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
123
124
125
126
127
...
482
Community Library Entry
0
Regular Expression
Java 8
"
(?<=
suppl/
)
(
.
*
(?:
pdf
|
doc
|
xml
)
)
"
Open regex in editor
Description
Regex to get only information in the SUPPL subdirectory
Submitted by
O'Connor
-
a year ago
(Last modified a year ago)