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
NUMERO DI TELEFONO
PCRE (PHP <7.3)
+39 E 9-15 CIFRE
Submitted by
anonymous
-
6 years ago
0
aufg5 final
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
foo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Ejemplo de un patrón de nombre multivariado
Python
Cada persona debería desarrollar un patrón de texto de su nombre que reconozca todas las variantes usuales que por brevedad o capricho se utilizan en el ámbito familiar, social y laboral. (jgomezp:erbeye)
Submitted by
anonymous
-
6 years ago
0
Match numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
HA template search
ECMAScript (JavaScript)
Searches for the template setting.
Submitted by
anonymous
-
6 years ago
0
Regex that does not match 0 but matches other values
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Separate pair of names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
get img src from html
Python
match the src attribute of the html img tag
Submitted by
anonymous
-
6 years ago
0
Slick url parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Points fichier
PCRE (PHP <7.3)
Attrape les points dans les noms de fichiers sauf le dernier pour conserver l'extension. Ne conserve pas la double extension
Submitted by
anonymous
-
6 years ago
0
Check if url start with https
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
aufg6 final final
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Aufg1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
start and end with same vowel
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
MM
PCRE (PHP <7.3)
ID
Submitted by
anonymous
-
6 years ago
0
Array dectection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Fail on 2nd Dot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
detect potential li tags from clipboard
PCRE (PHP <7.3)
this can be used to detect what could be interpreted as from the clipboard
Submitted by
anonymous
-
6 years ago
0
capture all li tags from a text
PCRE (PHP <7.3)
this can be used to capture all li items in a text and then wrap them in a ul tag.
Submitted by
anonymous
-
6 years ago
1
...
173
174
175
176
177
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
(
20
)?
[
012
]
[
0
-
9
]
[
,.,。、
\/\-
-—年
]
)?
(
0
?
[
0
-
9
]
|
1
[
012
]
)
[
,.,。、
\/\-
-—月
]
(
(
[
012
]
?
[
0
-
9
]
|
3
[
01
]
)
[
,.,。、
\/\-
-—号日
]
(
\s
*
[
0
-
5
]
?
[
0
-
9
]
分
(
[
::
]
?
[
0
-
5
]
?
[
0
-
9
]
秒
)?
)?
)?
/
gm
Open regex in editor
Description
可用于b站弹幕屏蔽
Submitted by
anonymous
-
4 years ago