Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
0
FileURLValidation
Created
·
2021-01-18 12:39
Updated
·
2021-02-04 14:02
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
NS:Task
Created
·
2021-01-18 07:18
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Subpath
Created
·
2021-01-18 10:11
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
ValidateMagnetLink
Created
·
2021-01-18 12:36
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
ValidateIP4Address
Created
·
2021-01-18 12:51
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
wip
Created
·
2021-01-18 14:12
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
CTS Versioning validation
Created
·
2021-01-18 15:24
Updated
·
2021-04-30 16:07
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
wip
Created
·
2021-01-18 19:53
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
floating point integer
Created
·
2021-01-19 09:36
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Kontrola hesla
Created
·
2021-01-19 10:07
Flavor
·
PCRE (Legacy)
Zkontroluje standardní rozložení vč. českých znaků
Submitted by
anonymous
0
datePattern convert to short format
Created
·
2021-01-19 10:48
Flavor
·
PCRE (Legacy)
any number of non-word, 2-4 character Y, and any number of non word
Submitted by
anonymous
0
匹配正整数和英文逗号
Created
·
2021-01-19 11:05
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Parse Dependencies from Groovy Gradle
Created
·
2021-01-19 11:31
Updated
·
2021-01-25 11:06
Flavor
·
ECMAScript (JavaScript)
parsing dependencies from groovy gradle
Submitted by
anonymous
0
Complete Date Extraction
Created
·
2021-01-19 20:00
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Data Recognition - Simple
Created
·
2021-01-19 21:24
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Date Validation - Very Complex
Created
·
2021-01-20 01:17
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Sopo UN kolokvij
Created
·
2021-01-19 22:55
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Sopo UN kolokvij v2
Created
·
2021-01-19 23:16
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Почти идеальный фильтр матов
Created
·
2021-01-20 03:00
Flavor
·
PCRE (Legacy)
Поиск матов в тексте
Submitted by
anonymous
0
Email Check
Created
·
2021-01-20 03:24
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
745
746
747
748
749
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2021-01-19 10:07
Flavor
·
PCRE (Legacy)
/
^
(?=
.
*
[
ěščřžýáíéóúůüöďťňa
-
z
]
)(?=
.
*
[
ĎŇŤĚŠČŘŽÝÁÍÉÖÓÚŮÜA
-
Z
]
)(?=
.
*
\d
)(?=
.
*
[
$@#$.,_§!()%*?&+~|{}:;<>
]
)
[
ĎŇŤĚŠČŘŽÝÁÍÉÖÓÚŮÜA
-
Zěščřžýáíéóúůüöďťňa
-
z
\d
$@#$.,_§!()%*?&+~|{}:;<>
]
{8,}
/
gm
Open regex in editor
Description
Zkontroluje standardní rozložení vč. českých znaků
Submitted by
anonymous