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
Email Check
Created
·
2021-01-20 03:24
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Date,time extractor
Created
·
2021-01-20 03:30
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
bin dec
Created
·
2021-01-24 21:42
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Remove File Links Excel
Created
·
2021-01-25 04:26
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
TP
Created
·
2021-01-25 16:55
Flavor
·
PCRE2 (PHP)
no description available
Submitted by
anonymous
0
TP
Created
·
2021-01-25 16:56
Flavor
·
PCRE2 (PHP)
no description available
Submitted by
anonymous
0
Not capture if : or @
Created
·
2021-01-25 21:46
Flavor
·
Python
no description available
Submitted by
anonymous
0
testi1
Created
·
2021-01-26 14:00
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Add "r" to middle of column name
Created
·
2021-01-26 14:23
Flavor
·
PCRE (Legacy)
Used this in the L2C data
Submitted by
anonymous
0
Coronadashboard vaccinatie buildID
Created
·
2021-01-26 16:32
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Sample Data - Single Job Number
Created
·
2021-01-26 17:51
Flavor
·
Python
no description available
Submitted by
anonymous
0
viptela
Created
·
2021-01-26 19:20
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
get all digits in sequence
Created
·
2021-01-26 20:02
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Detect helm charts directory
Created
·
2021-01-27 03:41
Flavor
·
PCRE (Legacy)
no description available
Submitted by
ducthinh993@gmail.com
0
Test
Created
·
2021-01-27 10:34
Flavor
·
PCRE (Legacy)
TEst
Submitted by
Zac
0
Get Hash Tags from tweet
Created
·
2021-01-27 11:39
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
elektro cnpj
Created
·
2021-01-27 13:25
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
elektro modalidade
Created
·
2021-01-27 13:28
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
elextro grupo
Created
·
2021-01-27 13:31
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
elektro total
Created
·
2021-01-27 13:41
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
746
747
748
749
750
…
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