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 11,620 community submitted regex patterns...
0
Match actual IPv4 addresses and 3306 port
Python
no description available
Submitted by
anonymous
-
6 years ago
0
CDL Lab 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
CDL Lab 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Regex CPF
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Universal gds parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
html link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Sql Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match all email entries in a data set
PCRE (PHP <7.3)
\b[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}\b
Submitted by
anonymous
-
6 years ago
0
YouTube referral data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Release Format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
iso8601 duration
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
XML
Python
no description available
Submitted by
anonymous
-
6 years ago
0
html table
Python
match an html table suffs
Submitted by
anonymous
-
6 years ago
0
CAPLtoCSharpConverter with arrays
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Hw4 Q4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Sequanse correct checker
Python
no description available
Submitted by
anonymous
-
6 years ago
0
HW4 Q5 - Almost There
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Weight
PCRE (PHP <7.3)
Captures the weight of a product.
Submitted by
anonymous
-
6 years ago
0
tag content extractor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IATA CUPPS Workstation name
PCRE (PHP <7.3)
1 3 AN IATA Airport or IATA City Code. For test-bed nodes, provider specific code. 2 1 AN Provider code : A ARINC B IBS C Ink Aviation D BagDrop Systems...
Submitted by
anonymous
-
6 years ago
1
...
119
120
121
122
123
...
581
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