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 18,040 community submitted regex patterns...
1
Number with format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Pesquisa palavras inicio e fim
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Group 1 und Group 2 erkennen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
FIND NUMBERS IN STRING
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Valid URL RegEx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Extract domain from URL
PCRE (PHP <7.3)
'www.xakep.ru' === xakep 'http://github.com/carbonfive/raygun' === github 'https://www.cnet.com' === cnet 'xewveqmwcz90sl64.co/' === xewveqmwcz90sl64
Submitted by
anonymous
-
4 years ago
1
NS:Task2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Date,time extractor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email Check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Почти идеальный фильтр матов
PCRE (PHP <7.3)
Поиск матов в тексте
Submitted by
anonymous
-
4 years ago
0
Date Validation - Very Complex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Sopo UN kolokvij v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Sopo UN kolokvij
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Data Recognition - Simple
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Complete Date Extraction
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Parse Dependencies from Groovy Gradle
ECMAScript (JavaScript)
parsing dependencies from groovy gradle
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
匹配正整数和英文逗号
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
datePattern convert to short format
PCRE (PHP <7.3)
any number of non-word, 2-4 character Y, and any number of non word
Submitted by
anonymous
-
4 years ago
0
Kontrola hesla
PCRE (PHP <7.3)
Zkontroluje standardní rozložení vč. českých znaků
Submitted by
anonymous
-
4 years ago
0
floating point integer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
251
252
253
254
255
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?:
musicdb
|
videodb
|
special
)
:
\/\/
(?<Type>
albums
|
tvshows
|
genres
|
masterprofile
|
artists
)
\/
(?:
titles
\/
)?
(?<Identifier>
[
\w\d
\-
.
]
+
)
\/
?
(?<Season>
\d
+
)?
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago