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
stardust pdp uk en us
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
LaTeX Greek letters
PCRE (PHP <7.3)
Recognises all LaTeX Greek letter variants (e.g. \pi \Pi \varpi) while excluding invalid variants as defined here: https://www.overleaf.com/learn/latex/List_of_Greek_letters_and_math_symbols
Submitted by
anonymous
-
4 years ago
1
imdb watchlist json
PCRE (PHP <7.3)
IMDB public watchlist extractor REACT JSON state
Submitted by
anonymous
-
4 years ago
1
Lxx Wurzel
Golang
no description available
Submitted by
anonymous
-
4 years ago
1
replace variable with accessor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Identify TD in Style for Excel-TextAngularJS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Url validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
MLB Fixtures
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
NBA Fixtures
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Week Regex
Python
Regex for MM/DD/YYYY week
Submitted by
anonymous
-
4 years ago
1
Change all URLs to absolute
PCRE (PHP <7.3)
One liner
Submitted by
anonymous
-
4 years ago
1
2- SEMANA3
Python
no description available
Submitted by
anonymous
-
4 years ago
1
ali
Python
no description available
Submitted by
anonymous
-
4 years ago
1
ali
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
ali
Python
no description available
Submitted by
anonymous
-
4 years ago
1
linux log regex
Python
used to pull Date, time and PID from linux log files
Submitted by
anonymous
-
4 years ago
1
linux log regex
Python
Matches Date & time in group 1, and the PID in group 4. will update to match computer name and user names too when i can.
Submitted by
anonymous
-
4 years ago
1
Photos 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
find hosts in log file
PCRE (PHP <7.3)
finds patterns like ..(phl1|aus2) in the log, trying to find all host names.
Submitted by
anonymous
-
4 years ago
1
Photos 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
292
293
294
295
296
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
[
\w
]
+
)
(
[
,
]
)+
(
Democratic
.
+
|
Republic
.
+
)
/
gi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago