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,060 community submitted regex patterns...
0
sms csv (sqlite exported) replace newlines with \n in body
PCRE (PHP <7.3)
no description available
Submitted by
flash_us
-
10 years ago
-3
Detect a numeric string
ECMAScript (JavaScript)
no description available
Submitted by
Ankur Chauhan
-
10 years ago
1
Spanish NIE / NIF Validator
ECMAScript (JavaScript)
no description available
Submitted by
Gauravity
-
10 years ago
0
reference
PCRE (PHP <7.3)
no description available
Submitted by
karthikeyan
-
10 years ago
2
Extract Metadata
PCRE (PHP <7.3)
no description available
Submitted by
kai_desu
-
10 years ago
2
#Set-Cookie:\\s+(?<cookie>[^=]+=[^;]+)#m regex explanation
PCRE (PHP <7.3)
no description available
Submitted by
Igor
-
10 years ago
1
Ham radio callsign
PCRE (PHP <7.3)
Use part 1, 3 , 5 for establish the portable callsign like 1 = DL/ 2 = F5UII 3 = /QRP
Submitted by
F5UII (http://www.fuii.net)
-
10 years ago
1
reference
PCRE (PHP <7.3)
reference pattern checking
Submitted by
karthikeyan
-
10 years ago
-2
regex demo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
tr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
UUID regex
PCRE (PHP <7.3)
no description available
Submitted by
santisaez
-
10 years ago
3
TEST
ECMAScript (JavaScript)
negation
Submitted by
anonymous
-
10 years ago
0
Fetch file information using File URL.
PCRE (PHP <7.3)
Get information from File URL such as, Extension. Parent folder name. Drive name. File name.
Submitted by
-Harshal.Ahire (ahireharshal@gmail.com)
-
10 years ago
2
Route Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
VNC-58
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Phone Number Validation
PCRE (PHP <7.3)
Only Numbers Allowed, Optional (+) for international numbers Min: 10 Max: 14 Optional: +
Submitted by
Menon Kalipurayath (MenonOn.Net)
-
10 years ago
1
My test
PCRE (PHP <7.3)
My test
Submitted by
Mike
-
10 years ago
1
attributeselector
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
only pixel set font-size
PCRE (PHP <7.3)
no description available
Submitted by
amaroyche
-
10 years ago
2
Extract Fields from Mailexpire
PCRE (PHP <7.3)
Given the HTML of an alias's control panel, apply the XPath "//span[@class='maintext']". The second result returned can be parsed by this regex to yield the most pertinent field names and their values.
Submitted by
Crumeniferus
-
10 years ago
1
...
619
620
621
622
623
...
653
Movies title extractor
1
Regular Expression
PCRE (PHP <7.3)
/
^
(?!
\d\d
?
[
ex
]
\d\d
?
)
(?:
\[
(?:
[
-
\w\s
]
+
)*
\]
)?
(
.
*
?
)
[
-_.
]
?
(?:
[
\{\(\[
]
?
(?:
dvdrip
|
[
-._
\b
]
ita
|
[
-._
\b
]
eng
|
xvid
|
cd
\d
|
dvdscr
|
\w
{1,5}
rip
|
divx
|
\d
+
p
|
\d
{4}
)
.
*
?
)?
\.
(
[
\w
]
{2,3}
)
$
/
img
Open regex in editor
Description
Extract the title from a movie file
Submitted by
dshinigami
-
10 years ago