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...
0
select file in http address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Captures only numbers with 2+ digits and excluding prefix 0's
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
attendance compromise
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Us phone regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Immatriculation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
FrameHeight
Python
Grab Frame Height
Submitted by
anonymous
-
5 years ago
0
Numero gsm
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Operation arithmetique
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Missing Oxford Commas
PCRE (PHP <7.3)
Searches prose for lists lacking the serial/Oxford comma.
Submitted by
anonymous
-
5 years ago
0
Basic
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
hrll
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
numbers parser
PCRE (PHP <7.3)
Parsing numbers
Submitted by
vladimka
-
5 years ago
0
Relation Model use Class Name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
BookMe ohne Kantinennische
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
BookMe mit Kantinennischen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Saas Path Parser
ECMAScript (JavaScript)
Analyze a text looking for a Saas path (in CFE context). It should identify following groups: saasPrefix sicTenant Id sicTenantOrContainerId (If containerId is not present, SicTenant will come here)...
Submitted by
Xvi
-
5 years ago
0
oniguruma source group capture
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Check & parse Azure Blob Storage URL for CFE
ECMAScript (JavaScript)
Check and parses a URL to identify following segments: azurePrefix : fix segment identifying the origin of the message. It includes Azure Blob Storage account name. containerId: Identifier of the container. It'll allow to find Sic & tenant to drive the to the right place. inDir : Internal use. path:...
Submitted by
anonymous
-
5 years ago
0
Test - Basic Syntax
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
移除小程序云函数栈日志中的无效行
ECMAScript (JavaScript)
使其更已读
Submitted by
anonymous
-
5 years ago
1
...
283
284
285
286
287
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
(
(
[
A
-
z0
-
9
]
*
(
\s
)
)*
[
a
-
z.
]
)+
)*
(?!
(
[
A
-
z0
-
9
]
*
(
\s
)
)
)
/
Open regex in editor
Description
Regex to match any no of lines
Submitted by
noby nirmal
-
8 years ago