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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 3,060 community submitted regex patterns...
0
aaa
PCRE2 (PHP >=7.3)
aaa
Submitted by
anonymous
-
3 years ago
0
MaskTDCView4D
Java 8
permite enmascarar la cadena de caracteres y deja mostrar los ultimos 4 digitos
Submitted by
anonymous
-
3 years ago
0
primerCaracter
Java 8
obtiene el primer caracter de cada palabra luego de un espacio
Submitted by
anonymous
-
3 years ago
0
Validar email
PCRE2 (PHP >=7.3)
.
Submitted by
anonymous
-
3 years ago
0
Comentarios en Basic
PCRE2 (PHP >=7.3)
.
Submitted by
anonymous
-
3 years ago
0
Get the username from LinkedIn-URL
PCRE2 (PHP >=7.3)
Get only the profile name from international or german LinkedIn-URL
Submitted by
LEIK Software
-
3 years ago
0
email
PCRE2 (PHP >=7.3)
........
Submitted by
ramses
-
3 years ago
0
parse/replace closed tag
PCRE2 (PHP >=7.3)
parse and replace a {tag}..{/tag} or {tag}
Submitted by
fl0
-
3 years ago
0
HTML Table Parse
PCRE2 (PHP >=7.3)
The pulls in and groups all HTML tables.
Submitted by
PrimeTime416
-
3 years ago
0
Campeonato Brasileiro Serie A - Transmissões Oficiais dos Times - TEMPOS DO JOGO
PCRE2 (PHP >=7.3)
Essa expressão regular captura os minutos (45' / 38min , etc..) em tweets dos times da série A durante as transmissões dos jogos do campeonato brasileiro da série A. O padrão inclui uma enorme variedade de grafias diferentes (incluindo o emoticon do cronômetro), sendo o objetivo conseguir retornar ...
Submitted by
Leonardo Paris
-
3 years ago
0
Indian Pincode
PCRE2 (PHP >=7.3)
Indian area Pincode regex
Submitted by
Vipul Jha
-
3 years ago
0
KUN task name tempalte
PCRE2 (PHP >=7.3)
Quick template to name a KUN task
Submitted by
yimao
-
3 years ago
0
Email address formats
PCRE2 (PHP >=7.3)
Validates a few unregular formats of email.
Submitted by
Oren Zur-Shavit
-
3 years ago
0
Regix xinj xof
PCRE2 (PHP >=7.3)
Bebebe
Submitted by
anonymous
-
3 years ago
0
Network Path + File
PCRE2 (PHP >=7.3)
Checks if string is format like a network path and file (like //networkdrive/folder/folder/file.csv)
Submitted by
anonymous
-
3 years ago
0
Youtube Regex
PCRE2 (PHP >=7.3)
Regex for youtube pattern
Submitted by
Suraj Shah
-
3 years ago
0
Find *.cue files and split FLAC files
PCRE2 (PHP >=7.3)
Find *.cue files and split FLAC files
Submitted by
anonymous
-
3 years ago
0
Don't allow two consecutive "."
PCRE2 (PHP >=7.3)
Don't allow two consecutive .
Submitted by
Pythack
-
3 years ago
0
Valid email address in Go
Golang
A regexp to validate an email address according to https://html.spec.whatwg.org/#valid-e-mail-address . Note that the backslash in the name part of the regexp on that site is there to escape the forward slash, which is not needed in Go. EDIT: This is newer than the version at https://regex101.com/l...
Submitted by
markus@maragu.dk
-
3 years ago
0
Separator Regex
PCRE2 (PHP >=7.3)
Separator regex
Submitted by
anonymous
-
3 years ago
1
...
71
72
73
74
75
...
153
时间
0
Regular Expression
Java 8
"
(
^
(
(
(
\d\d
)
((
[
02468
]
[
048
]
)|
(
[
13579
]
[
26
]
))
-02-29
)
|
(
((
\d\d
)
(
\d\d
))
)
-
(
(((
0
\d
)|
(
1
[
0
-
2
]
))
-
((
0
\d
)|
(
1
\d
)|
(
2
[
0
-
8
]
)))
|
((((
0
[
13578
]
)|
(
1
[
02
]
))
-31
)|
(((
0
[
1,3
-
9
]
)|
(
1
[
0
-
2
]
))
-
(
29
|
30
)))
)
)
\s
(
(
[
01
]
\d
|
2
[
0
-
3
]
)
:
(
[
0
-
5
]
\d
)
:
(
[
0
-
5
]
\d
)
)
$
)
"
Open regex in editor
Description
时间
Submitted by
旧信
-
2 years ago