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
test
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
C# class to interface
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Jenkins: 1 - Dev
PCRE (PHP <7.3)
Filter of legacy and other projects built from DEV branch
Submitted by
anonymous
-
5 years ago
0
Jenkins: 2 - master
PCRE (PHP <7.3)
Filter of legacy and other projects built from MASTER branch
Submitted by
anonymous
-
5 years ago
0
Jenkins: 3 - Dev V2 Only
PCRE (PHP <7.3)
Filter of the latest projects based on SPB2 built from DEV branch
Submitted by
anonymous
-
5 years ago
0
Jenkins: 4 - Master V2 Only
PCRE (PHP <7.3)
Filter of the latest projects based on SPB2 built from MASTER branch
Submitted by
anonymous
-
5 years ago
0
Youtube GET video_id
PCRE (PHP <7.3)
Youtube GET video_id (with unit tests - feel free to add more tests)
Submitted by
anonymous
-
5 years ago
0
eMail-MailboxLocation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ITI-43/ITI-57/ITI-92 Document Retrieve and Metadata Update
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
TimeIB
PCRE (PHP <7.3)
Edited to capture flights leaving from non-Sydney Destinations
Submitted by
anonymous
-
5 years ago
0
TimeIB
PCRE (PHP <7.3)
Edited to capture flights leaving from non-Sydney Destinations
Submitted by
anonymous
-
5 years ago
0
TimeOB
PCRE (PHP <7.3)
Edited to capture flights leaving from non-Sydney Destinations
Submitted by
anonymous
-
5 years ago
0
시욱이 - IMG 숫자 . webp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Obter sublink da Bovespa, do link principal, para baixar saber a URL do arquivo .zip de séries autorizadas
PCRE (PHP <7.3)
Obter sublink da Bovespa, do link principal, para baixar saber a URL do arquivo .zip de séries autorizadas. Não sei porque, mas o array que retorna encontra dois elementos ao invés de somente 1 como aqui na ferramenta.
Submitted by
anonymous
-
5 years ago
0
split ':' params
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Buscar en búsquedas de Google
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Match text within HTML tags
Python
no description available
Submitted by
anonymous
-
5 years ago
0
ITI-43/ITI-57/ITI-92 Document Retrieve and Metadata Update
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ITI-18 ActiveParticipant and ParticipantObjectIdentification with Emergency Access
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
664
665
666
667
668
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?:
[
\(
]
)*
(
[
\d
]
{3,3}
)
(?:
[
\)\.\
]
)*
(
[
\d
]
{3,3}
)
(?:
[
\-\.
]
)*
(
[
\d
]
{4,4}
)
/
g
Open regex in editor
Description
An extremely complete regex, that...
Submitted by
@thegamerbr1
-
5 years ago