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
Remove user id from shortcode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
GET formated URLs
PCRE (PHP <7.3)
no description available
Submitted by
rleonard
-
8 years ago
1
parser cron
PCRE (PHP <7.3)
* app.php 59 23 31 12 5 app.php 59 23 31 dec fri app.php 1,2,3,5,20-25,30-35,59 23 31 12 * app.php */15 */6 1,15,31 * 1-5 app.php
Submitted by
Dmitry Mamontov
-
8 years ago
1
simple email validator
PCRE (PHP <7.3)
shows entire email address group and partials. contains literals
Submitted by
anonymous
-
8 years ago
1
Capture URL without query string parameters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Match Class Name
PCRE (PHP <7.3)
Matching all the proper class names
Submitted by
anonymous
-
8 years ago
1
Remove Anchor Links
PCRE (PHP <7.3)
no description available
Submitted by
Meesh
-
8 years ago
1
Anchor ID Remove
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Extract Headings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
watched_movie
PCRE (PHP <7.3)
Grab multiple events with various fields from plex media logs to see who watched what and when from where. Using for splunk dashboard.
Submitted by
sydvishus
-
8 years ago
1
VTT Timecodes
PCRE (PHP <7.3)
Get timecodes from a line of text in a VTT file
Submitted by
Wubbajack
-
8 years ago
1
Find MD Headings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
arwe
Python
rwe
Submitted by
wree
-
8 years ago
1
AMEX - FXD command
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
TCIL - IQC Check error msg
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
GEN - Improved Air segment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Find games titles in roms files
Python
Useful to find only the game title without the tags if you have thousands of files to sort For example : Walt Disney World Quest - Magical Racing Tour (E) (M3) C -> Match only the title
Submitted by
Alex
-
8 years ago
1
Arabic and English
ECMAScript (JavaScript)
Matches Arabic and English and all other languages that does not use the special characters.
Submitted by
Kishore
-
8 years ago
1
python-unicode-hashtags
Python
Because 're' module in python do not support \p{L} unicode class need to use simplistic regex with \w instead \p{L}. But such regexp also match digits like #123, #003 and so on. So it need to further filter out digit-only tags.
Submitted by
Stanislav Otovchits
-
8 years ago
1
...
726
727
728
729
730
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
(
(?!
known-to-fail
|
env_browser
)
.
)*
$
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago