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 12,660 community submitted regex patterns...
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
0
page range
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
AD circle
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
TRIM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
with single character and mulitple number ID regex
PCRE (PHP <7.3)
i.e S -000000000 A -2222222
Submitted by
anonymous
-
5 years ago
0
Connect URI replacement
ECMAScript (JavaScript)
Replaces strings matching a URL pattern
Submitted by
anonymous
-
5 years ago
0
IP Address Matcher
PCRE (PHP <7.3)
Matches all IP adrresses with ports. The bounds are: 1.0.0.1:0 254.255.255.254:65535
Submitted by
anonymous
-
5 years ago
0
URL Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Replace IPFS Private Key
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IIIF URL
PCRE (PHP <7.3)
Regex for parse IIIF image request url. Support IIIF image api 2.0 and 2.1.
Submitted by
anonymous
-
5 years ago
0
Partial Substitutions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
460
461
462
463
464
...
633
Additional
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?:
[
A
-
Za
-
z0
-
9+
]
+
)
(?:
[
._-
]
{1}
[
A
-
Za
-
z
]
+
)*
)
(
[
._-
]
{1}
(?:
[
+
-
_
\d
A
-
Za
-
z.
]
*
)*
)*
$
/
gm
Open regex in editor
Description
Splitting Additionalname in Basename and Specification
Submitted by
JK
-
a year ago
(Last modified a year ago)