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 11,900 community submitted regex patterns...
0
nginx server_name tokenizer
PCRE (PHP <7.3)
This regex sets different parts of the url host in variables : $domain $namespace $feature $isAPI...
Submitted by
anonymous
-
4 years ago
0
DACH mob tel
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Revert
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
JIRA Tickets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Fox EMEA PDP's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CEP mask
PCRE (PHP <7.3)
Brazilian CEP mask
Submitted by
anonymous
-
4 years ago
0
Negative lookahead to excluded non-Windows Office and a couple others
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Clear
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Consecutive images
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CAN1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CAN2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CAN1-v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CAN2-v4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
tilak punctuation regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
oid test
PCRE (PHP <7.3)
test if a string represents a valid oid
Submitted by
anonymous
-
4 years ago
0
WaitForKey
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Integers
PCRE (PHP <7.3)
Integers with no leading zeros ie. 0234 or -0486 is invalid
Submitted by
anonymous
-
4 years ago
0
Floats
PCRE (PHP <7.3)
Floats including integers that end with "f"
Submitted by
anonymous
-
4 years ago
0
Floats
PCRE (PHP <7.3)
Floats including integers that end with "f" Version 2: value will exclude "f"
Submitted by
anonymous
-
4 years ago
1
...
458
459
460
461
462
...
595
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)