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 2,160 community submitted regex patterns...
0
Safmarine glossary
Created
·
2020-12-16 19:27
Flavor
·
Python
no description available
Submitted by
anonymous
0
lista de cgr
Created
·
2020-12-17 17:27
Flavor
·
Python
no description available
Submitted by
anonymous
0
2
Created
·
2020-12-18 22:25
Flavor
·
Python
no description available
Submitted by
anonymous
0
CVIKA | Římské číslice
Created
·
2020-12-19 11:05
Flavor
·
Python
no description available
Submitted by
anonymous
0
ESPN+ Sports Event Names
Created
·
2020-12-20 13:24
Flavor
·
Python
no description available
Submitted by
anonymous
0
hero test
Created
·
2020-12-28 12:46
Flavor
·
Python
no description available
Submitted by
anonymous
0
Conditional
Created
·
2020-12-30 15:28
Flavor
·
Python
no description available
Submitted by
anonymous
0
test tag filtering
Created
·
2021-01-05 23:13
Flavor
·
Python
no description available
Submitted by
anonymous
0
Extract host from url
Created
·
2021-01-01 16:07
Flavor
·
Python
no description available
Submitted by
anonymous
0
working with regex 1
Created
·
2021-01-03 12:40
Flavor
·
Python
no description available
Submitted by
anonymous
0
LiBER - sign boundary
Created
·
2021-01-04 08:34
Flavor
·
Python
no description available
Submitted by
anonymous
0
NumberOnlyDate_regex
Created
·
2021-01-14 11:53
Flavor
·
Python
YYYYMMDD YYYY-MM-DD YYYY.MM.DD YYYY/MM/DD YYYY-M-D YYYY.M.D YYYY/M/D If the sep[-./] is not given, "0" must appear before a single num. such as 20180203, 20190905. If the sep [-./] is given, the prefix 0 is optional.
Submitted by
anonymous
0
nfvo-cli frame
Created
·
2021-01-15 03:32
Flavor
·
Python
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
Sample Data - Single Job Number
Created
·
2021-01-26 17:51
Flavor
·
Python
no description available
Submitted by
anonymous
0
Viemo regex
Created
·
2021-01-27 21:12
Flavor
·
Python
no description available
Submitted by
anonymous
0
LOS Number
Created
·
2021-01-28 23:12
Flavor
·
Python
no description available
Submitted by
anonymous
0
calibre_metaplug_regex
Created
·
2021-02-01 17:59
Flavor
·
Python
no description available
Submitted by
anonymous
0
nama produk di tokopedia
Created
·
2021-02-06 10:18
Flavor
·
Python
no description available
Submitted by
3xploiton3
0
Rinex 2 filepath parsing pattern
Created
·
2021-02-10 10:19
Updated
·
2021-02-10 11:09
Flavor
·
Python
This regex patterns allows to parse rinex 2 filesnames/filepath it follows the directory structure usually found on FTP servers from main GNSS CORS stations networks / monitoring organizations (e.g. ftp://rgpdata.ign.fr/pub/data)
Submitted by
Mathieu Peyréga (mathieu.peyrega@gmail.com)
Previous page
1
…
82
83
84
85
86
…
108
Next page
Community Library Entry
0
Regular Expression
Created
·
2020-12-30 15:28
Flavor
·
Python
r"
(
^
(
THE
\s
)?(
(
7
)
|
ESTATE
OF
\s
)
)?(
.
*?
)(
-
?
\s
?
DECEASED
)?(
(
P
\.
?
R
\.
?
OF
THE
)?(?(3)|
\s
ESTATE
OF
)
)
$
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous