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
ファイル操作
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Find Cidade/Sigla
Python
no description available
Submitted by
anonymous
-
6 years ago
1
从一个时间段中提取末尾时间点
ECMAScript (JavaScript)
支持仅有日期
Submitted by
anonymous
-
6 years ago
0
置換1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
全行を抽出
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Greulich & Pyle
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IMG w img src
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
0
https://www.mnet.ne.jp/~nakama/ その2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
https://www.mnet.ne.jp/~nakama/
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Zipcodes
PCRE (PHP <7.3)
Detect US zipcode
Submitted by
anonymous
-
6 years ago
0
In class
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
catastrophic backtracking 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Repsol
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
exercises airport name validation
PCRE (PHP <7.3)
съдържа само букви от латинската азбука и символите “space“, “,”, “‘“,”-” задължително първата буква на всяко едно от имената е главна. валидни имена: Petar-Ivanov STEF-T.-Stefanov PETKO-P.-PE’KOV...
Submitted by
anonymous
-
6 years ago
0
Match the longest repeating subsequence of a digit
PCRE (PHP <7.3)
For this challenge on StackOverflow's CodeGolf: https://codegolf.stackexchange.com/questions/172295/longest-repeating-subsequence-of-a-single-digit
Submitted by
anonymous
-
6 years ago
0
Exemplo 01
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Canonical URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
497
498
499
500
501
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(?:
-
|
~
|
~
|
至
|
到
)
[
\s\S
]
{0,15}
(
\d
{4}
)
[
\s
年-
]
+
(
\d
{1,2}
)
[
\s
月-
]
+
(
\d
{1,2}
)
\D
+
(?:
(
\d
{1,2}
)
[
\s
::时点
]
+
(
\d
{2}
)?
\D
+
){0,}
/
Open regex in editor
Description
支持仅有日期
Submitted by
anonymous
-
6 years ago