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 13,040 community submitted regex patterns...
0
Match the {}} symbol in HTML -- v1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
atnaUserID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
StackTrace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
val
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Additional Line To Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
UNAL validation mail
ECMAScript (JavaScript)
ValidaciĆ³n de correo UNAL ValidaciĆ³n del correo de la universidad Nacional mediante el uso de expresiones regulares.
Submitted by
anonymous
-
4 years ago
0
simple arithmetic
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
simple arithmetic split
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match text inside of single/double quotes, mysql identifier tokens(`)(ignore escaped nested quotes)
PCRE (PHP <7.3)
Verbose, somewhat cryptic and very efficient pattern to match all text inside of quotes and MySQL identifier tokens.
Submitted by
Phillip Weber
-
4 years ago
0
Multiline Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Time 1 [0-9]{1,2}:[0-9][0-9]\s*[aApP]\.*[mM]\.* 07:30 a.m.
ECMAScript (JavaScript)
[0-9]{1,2}:0-9\s[aApP]\.[mM]\.*
Submitted by
anonymous
-
4 years ago
0
dy-earnings-in-a-date
PCRE (PHP <7.3)
FIIs related content about dividend yield exposed by one website
Submitted by
anonymous
-
4 years ago
0
Date and Time 1 [0-9]{1,2}:[0-9][0-9]\s*[aApP]\.*[mM]\.* 07:30 a.m.
ECMAScript (JavaScript)
[0-9]{1,2}:0-9\s[aApP]\.[mM]\.*
Submitted by
anonymous
-
4 years ago
0
Date 1 (Mapei)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ecm uri
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
sentence1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ontology
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
match ***
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
https://twitter.com/MGWVc
Golang
[](url)
Submitted by
anonymous
-
4 years ago
0
bigcook12345.eth
PCRE (PHP <7.3)
The new guy, trying to get my mess out of the way to be able to be compiled together the correct way. Still working on it.
Submitted by
anonymous
-
4 years ago
1
...
583
584
585
586
587
...
652
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)