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
pars_image_yandex
Created
·
2018-09-18 13:03
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
ImageServer
Created
·
2018-09-18 13:04
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
MOD支援2
Created
·
2018-09-18 15:20
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Canonical URL
Created
·
2018-09-18 17:13
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Exemplo 01
Created
·
2018-09-18 18:01
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Match the longest repeating subsequence of a digit
Created
·
2018-09-19 07:22
Flavor
·
PCRE (Legacy)
For this challenge on StackOverflow's CodeGolf: https://codegolf.stackexchange.com/questions/172295/longest-repeating-subsequence-of-a-single-digit
Submitted by
anonymous
0
exercises airport name validation
Created
·
2018-09-19 07:39
Flavor
·
PCRE (Legacy)
съдържа само букви от латинската азбука и символите “space“, “,”, “‘“,”-” задължително първата буква на всяко едно от имената е главна. валидни имена: Petar-Ivanov STEF-T.-Stefanov PETKO-P.-PE’KOV Anna-Maria-S.-InoN
Submitted by
anonymous
0
Repsol
Created
·
2018-09-19 08:55
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
catastrophic backtracking 1
Created
·
2018-09-19 10:06
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
In class
Created
·
2018-09-19 12:48
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Zipcodes
Created
·
2018-09-19 17:00
Flavor
·
PCRE (Legacy)
Detect US zipcode
Submitted by
anonymous
0
Greulich & Pyle
Created
·
2018-09-20 12:01
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
https://www.mnet.ne.jp/~nakama/
Created
·
2018-09-20 09:16
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
https://www.mnet.ne.jp/~nakama/ その2
Created
·
2018-09-20 09:19
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
[ ]の中ではメタ文字は普通の文字として認識される
Created
·
2018-09-20 09:23
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
[]内の^は否定の意味になる
Created
·
2018-09-20 09:29
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
IMG w img src
Created
·
2018-09-20 10:51
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
HTML
Created
·
2018-09-20 11:23
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
全行を抽出
Created
·
2018-09-20 12:13
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
置換1
Created
·
2018-09-20 12:16
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
Previous page
1
…
521
522
523
524
525
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2018-09-22 22:08
Flavor
·
Python
r"
^
(
(?:
~
?
\/
)
|
(?:
(?:
\\\\\?\\
)?
[
a
-
zA
-
Z
]
+
\:
)
)(?:
\/
?
(
.
*
)
)?
$
"
gm
Open regex in editor
Description
C:/path
\?\C:[/]path
/path
~/path
Submitted by
anonymous