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
part 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
day date time
Python
no description available
Submitted by
anonymous
-
4 years ago
1
each section searched with line breaks still in 2.0 - gets entire section from From
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
email capturing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Role regex liferay-developer
PCRE (PHP <7.3)
Regex to liferay proyect for Role -> Developer
Submitted by
anonymous
-
4 years ago
1
Role regex ODH Developers
PCRE (PHP <7.3)
Regex to proyect ODH for ROLE -> Developers
Submitted by
anonymous
-
4 years ago
1
capturing div a or span or etc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
c comments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
c without comments for valid c code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
word boundary position
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
matching numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
matching phone numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Replacing markup link to html
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
C# Variable Signature
Python
Used for extracting information from doxygen. Handles: modifiers type, with generics name...
Submitted by
anonymous
-
4 years ago
1
Image tags
PCRE (PHP <7.3)
Extract image tags from a HTML code
Submitted by
anonymous
-
4 years ago
1
words in same sentence (also not consecutive)
ECMAScript (JavaScript)
La regex individua piĆ¹ parole, anche non consecutive, presenti nella stessa frase (non separate da un punto). Affinata per la gestione dell'attribuzione del flag cantina dell'importer.
Submitted by
anonymous
-
4 years ago
1
s3_date_select
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Remove leading zero from addresses
Python
Used to clean address data for simulation.
Submitted by
anonymous
-
4 years ago
1
email validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Add EnumMember
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
239
240
241
242
243
...
900
Community Library Entry
0
Regular Expression
.NET 7.0 (C#)
@"
(?<=
v
\\
u003d
)
(
[
a
-
zA
-
Z0
-
9-
]
*
)
"
gm
Open regex in editor
Description
Matches the video Id in Youtube URL.
Submitted by
CW
-
a year ago