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 12,860 community submitted regex patterns...
0
Current weather - 5 properties - cloudiness, %torain, %ofstorm, windspeed, quantity of rain
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Weekend Regex - Second properties
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Weekend Regex - Second properties
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IPv4
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Date dd.mm.1900-2039
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
commitizen
ECMAScript (JavaScript)
cz regex
Submitted by
anonymous
-
5 years ago
0
???
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IMEI Single Group
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
-1
Facebook profile url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Drupal-like token matching
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
get image tag from string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
currencies / workbox / routing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
get src from img tag
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
preamp placement regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
JS comments remove
ECMAScript (JavaScript)
All types
Submitted by
piterden
-
3 years ago
(Last modified 3 years ago)
0
XmlTagIdentifier
PCRE (PHP <7.3)
Identifies weather a tag is one of the next possible tags: -Start tag -End tag -Self closing tag -Comment tag -Xml Declaration Tag...
Submitted by
anonymous
-
5 years ago
0
product slug separator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
product slug separator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Search Specific Content
PCRE (PHP <7.3)
Search Specific Content
Submitted by
anonymous
-
5 years ago
1
...
459
460
461
462
463
...
643
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
<form
[^
>
]
*
name="loginForm"
[^
>
]
*
>
[^
~
]
*
?
<
\/
form>
/
gm
Open regex in editor
Description
Html tag match
Submitted by
anonymous
-
a year ago