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
nlm
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
(^(\d)?(\d\d-)(.*)$)
PCRE (PHP <7.3)
50-12585
Submitted by
anonymous
-
9 years ago
1
Level Builder
PCRE (PHP <7.3)
Level Builder - parser
Submitted by
Alex Hedley
-
9 years ago
1
Find arguments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match regex
PCRE (PHP <7.3)
Get from regex subpattern and its regex
Submitted by
anonymous
-
9 years ago
1
Test
PCRE (PHP <7.3)
Test
Submitted by
anonymous
-
9 years ago
1
id validation
ECMAScript (JavaScript)
This will catch the id which is an integer and not characters mixed with numbers
Submitted by
noby nirmal
-
9 years ago
1
commit 1
Python
no description available
Submitted by
anonymous
-
9 years ago
1
dynamic galery in detail-text
PCRE (PHP <7.3)
no description available
Submitted by
romqtw
-
9 years ago
1
commit 2
Python
no description available
Submitted by
anonymous
-
9 years ago
1
http://e3lanatkom.local/index.php?do=shownews
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
@property
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
sp push
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
match but don't capture
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Doubleclick tile1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
select you exclude bayou
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
ISO8601 DateTime
PCRE (PHP <7.3)
Matches an ISO8601 date time string, including fractional time. Does not exclude non-existent times (such as the 29th february in non-leap-years)
Submitted by
Tobias Marstaller
-
9 years ago
1
ISO8601 Date Interval
PCRE (PHP <7.3)
ISO8601 Date Interval with support for fractional values and repeating intervals. DOES NOT SUPPORT fixed intervals (e.g. 2016-03-22P3D or 2016-03-22T14:00Z--2016-03-2518:00+02:00). See https://regex101.com/r/iN2zO9/1 for a ISO8601 date time regex.
Submitted by
Tobias Marstaller
-
9 years ago
1
Test No Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
"Attached file" Virus
PCRE (PHP <7.3)
MailCleaner attachment name expression.
Submitted by
Robin Toy - Strobe Technologies Ltd
-
9 years ago
1
...
158
159
160
161
162
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?<cod_prog>
[
1
-
9
]
\d
*
)
\.
(?<num_avv>
[
1
-
9
]
\d
*
)
/
Open regex in editor
Description
Match valid AAMS event id: "Programma"."Num.Avvenimento"
Submitted by
sethmorley
-
9 years ago