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 Package Connection data from screen.log
Python
From the Linux Screen.print method, after recording a log which involves some apt-getting, we want to find and trim out all that fat. This is Part 1
Submitted by
anonymous
-
9 years ago
1
Remove HIT Url package Info from Screen Print log
PCRE (PHP <7.3)
Screen print during an apt-update and install will generate a lot of data we don't need. This regex is used in your text editor to remove the HIT Url package information.
Submitted by
anonymous
-
9 years ago
1
phone w/ extension
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
enrollee_signin
PCRE (PHP <7.3)
no description available
Submitted by
Mahrukh Jawed
-
9 years ago
1
Passnr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
MW: FIX log records for lastfill
PCRE (PHP <7.3)
To grab date, orderId, SID, ticker, venue, lastfill from a string
Submitted by
anonymous
-
9 years ago
1
Password
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Combining Like Terms
PCRE (PHP <7.3)
This is my first attempt at making a regex that combines like terms in postfix notation.
Submitted by
sirob_vious
-
9 years ago
1
git release tag
Python
match git tags as: [app-id]-[env-id]-v[m].[n].[p]
Submitted by
gregory nicholas
-
9 years ago
1
Craegmoor
PCRE (PHP <7.3)
Map data
Submitted by
anonymous
-
9 years ago
1
Regular expression to Vaildate an Email Address
ECMAScript (JavaScript)
The regular expression uses the basic email address syntex, ulr rules form validating an email address. Watch the complete tutorial on youtube : https://www.youtube.com/watch?v=H6WvPfh7OYw
Submitted by
Rayees Ahmed Shaikh
-
9 years ago
1
Basic URL
ECMAScript (JavaScript)
Matches basic URLs and fails on things that aren't
Submitted by
anonymous
-
9 years ago
1
Panasonic TDA, TDE Log parser
PCRE (PHP <7.3)
Log parser from SMDR protocol
Submitted by
KNet.CYBORG™
-
9 years ago
1
gets youtube link in plaintext
PCRE (PHP <7.3)
no description available
Submitted by
Mardan
-
9 years ago
1
Split SQL statements on 'GO'
PCRE (PHP <7.3)
Splits a SQL script into sections seperated by GO statement
Submitted by
Michael Skovslund
-
9 years ago
1
__('
PCRE (PHP <7.3)
get all messages which start with __('
Submitted by
RO
-
9 years ago
1
meraki device name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Number-match
PCRE (PHP <7.3)
Defines what kind of numeric values are considered valid on 'EquationStatement.cls.php'
Submitted by
Anttij
-
9 years ago
1
LiteralMatch int/float
PCRE (PHP <7.3)
For matching numeric literals in equations
Submitted by
Anttij
-
9 years ago
1
Resolve-LowVoltage
PCRE (PHP <7.3)
LowVoltage regex
Submitted by
anonymous
-
9 years ago
1
...
143
144
145
146
147
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
^
[
0
-
9
]
{8,8}
$
)
|
(
[
0
-
9
]
{2,2}
[
\-
]
?
[
A
-
Z
]
{1,1}
[
0
-
9
]
{7,7}
(
[
\-\/
]
?
[
0
-
9
]
[
0
-
9
]
?
)
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago