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 14,740 community submitted regex patterns...
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
0
Pawan Dubey
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Pawan Dubey Slack
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
mikrotik logged in log
PCRE (PHP <7.3)
events of logging in in Mikrotik router syslog
Submitted by
anonymous
-
5 years ago
0
Match LiveCode Script lines that put message to message box
PCRE (PHP <7.3)
This is intended to be used in LiveCode's ScriptEditor 'Find and Replace' dialog to be able to find all the lines in the stack's scripts where I have put diagnostic comments in scripts that will output the comment to the message box. These take the form of put "string" [& variable] [ & string] ...
Submitted by
Martin Koob
-
5 years ago
0
4x4x4x4 with premature ending
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
keefe partial postive lookahead
PCRE (PHP <7.3)
keefe partial postive lookahead
Submitted by
anonymous
-
5 years ago
0
Tilak
PCRE (PHP <7.3)
buddypres filehacker
Submitted by
anonymous
-
5 years ago
0
encoded test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
keefe enoded clean
PCRE (PHP <7.3)
keefe enoded clean
Submitted by
anonymous
-
5 years ago
0
regex test 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Change sourceIPAddress to sourceIPAddressDNS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
281
282
283
284
285
...
737
Community Library Entry
13
Regular Expression
ECMAScript (JavaScript)
/
^
\$
?
(
[
0
-
9
]
{1,3}
,
(
[
0
-
9
]
{3}
,
)*
[
0
-
9
]
{3}
|
[
0
-
9
]
+
)
(
\.
[
0
-
9
]
[
0
-
9
]
)?
$
/
mg
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago