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,000 community submitted regex patterns...
0
SMB path
Python
smb://[[domain;]username[:password]@]hostname[:]/share[\/]path
Submitted by
anonymous
-
6 years ago
0
UNC path
Python
\\[[domain;]username[:password]@]hostname\share[\/]path
Submitted by
anonymous
-
6 years ago
0
BC365AL - Find TextConst .v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
BC365AL - Find TextConst .v1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
コマンドテスト
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
space utaten
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Chess
Python
no description available
Submitted by
anonymous
-
6 years ago
0
コマンドテスト
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
コマンドテスト
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
コマンド処理
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
body class
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
コマンド処理
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
コマンド処理
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2
Better version of UK postcode
PCRE (PHP <7.3)
This UK postcode regex will match all variants of postcode formats including inner London postcodes (eg SW1A), with optional space (both AL11XP and AL1 1XP are valid) It will reject any postcode that does not specify a valid postcode area. Each part of the postcode is also captured into a capture ...
Submitted by
anonymous
-
6 years ago
0
^の意味
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
csvの各項目を抽出(C#で処理する必要あり)
ECMAScript (JavaScript)
((^|,)(?*))+ http://smdn.jp/programming/netfx/regex/1_operations/
Submitted by
anonymous
-
6 years ago
0
csvの各項目を抽出(C#で処理する必要あり)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Find sigla estado after minus signal
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Regex practice 9/20
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
yandex_music_parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
496
497
498
499
500
...
900
Community Library Entry
0
Regular Expression
Python
r'
(
\S
+
=
\"
[^
"
]
+
\"
)
|
(
\S
+
=
\S
+
)
'
g
Open regex in editor
Description
Parsing data in SAFE text file
Submitted by
anonymous
-
2 years ago