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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 12,840 community submitted regex patterns...
1
string end (_B--1234)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Carfax job name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Find If a user agent is likely to be a phone or tablet
PCRE (PHP <7.3)
This regular expression will find key word in a user agent and to easily flag them has a phone or tablet.
Submitted by
anonymous
-
4 years ago
1
Export WP
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
need to ask partial
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
consnum
PCRE (PHP <7.3)
Partner2 access log Nginx
Submitted by
anonymous
-
4 years ago
1
US Cellphone Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
UserConfiguration.xml
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Ghasedak RECEIVE SMS Packet HTTP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Stardust: NL DE US GB ES promo page
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
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
Change all URLs to absolute
PCRE (PHP <7.3)
One liner
Submitted by
anonymous
-
4 years ago
1
...
563
564
565
566
567
...
642
SAS Boundaries version 3
0
Regular Expression
PCRE (PHP <7.3)
/
(?:
\A
|
;
)
(?:
\s
*
)
(
(?:
%macro
|
%inc
(?:
lude
)?
\b
|
data
|
proc
)
[^
;
]
+
)
/
g
Open regex in editor
Description
Basic sas boundaries, %macro proc %include etc
Submitted by
Leo Lopes
-
9 years ago