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...
1
Get Images From Markdown Format
PCRE (PHP <7.3)
Get all images tag in a Markdown Format Text
Submitted by
Ferdinand Dimas
-
9 years ago
1
International numeric format validator
ECMAScript (JavaScript)
International numeric format validator
Submitted by
unknown
-
9 years ago
1
REGEX for detecting AU Parcel locker
PCRE (PHP <7.3)
meh
Submitted by
tsing to the motherfucking tao
-
9 years ago
1
magnet
ECMAScript (JavaScript)
Extract magnet links
Submitted by
Peng
-
9 years ago
1
load_runner_transaction_end
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
ZAP exclude URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Split number by thousands
PCRE (PHP <7.3)
Basically take a number and split it into thousands. I.e. take three chars from the end of the number until there is 3 or less chars left.
Submitted by
Axb
-
9 years ago
1
VISA Name
ECMAScript (JavaScript)
Alpha numeric characters including "hyphens" "quotation marks" and "semicolons" only
Submitted by
ME
-
9 years ago
1
Visa Country of Issue
ECMAScript (JavaScript)
3 alpha characters expected, except in the instance of Germany which allows 1 alpha character.
Submitted by
anonymous
-
9 years ago
1
belarus phone number updated
ECMAScript (JavaScript)
+375 (33) 302-66-60 or +37533302-66-60 http://stackoverflow.com/questions/33056434/regex-for-phones-at-belarus
Submitted by
anonymous
-
9 years ago
1
phone number belarus updated 2
ECMAScript (JavaScript)
+375 (33) 302-66-60 or +375333026660 http://stackoverflow.com/questions/33056434/regex-for-phones-at-belarus
Submitted by
anonymous
-
9 years ago
1
Eve Online Stations
PCRE (PHP <7.3)
Extracts system name, planet, moon (if applicable), and NPC faction for NPC stations in the MMORG Eve Online.
Submitted by
Rothbard Leviathan
-
9 years ago
1
Train Amadeus
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Récupérer information
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Expanded visual basic functions/subs
PCRE (PHP <7.3)
I've been using this regex to get a list of expanded functions/subs (specifically the names of them from the 'func' capture group) from VB code that is used as input in a code converter for a project at work.
Submitted by
Timothy Smith
-
9 years ago
1
Pattern to get trains station names.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Oxford comma
ECMAScript (JavaScript)
Insert comma in lists before the word "and" or "or".
Submitted by
Mogsdad w/ assist from TerryAtOpus
-
9 years ago
1
Multiline shortest match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Project
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
used with irssi script fnotify's output with nm.pl enabled
PCRE (PHP <7.3)
transforms: network #channel message network #channel message network #channel message to network #channel message...
Submitted by
anonymous
-
9 years ago
1
...
633
634
635
636
637
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?<action>
.
+
)
\(
(?<line_number>
\d
+
)
\)
:
Notify:
Transaction
"
(?<transaction_name>
.
+
)
"
ended
with
a
"
(?<transaction_status>
.
+
)
"
status
\(
Duration:
(?<duration>
[
\d
\.
]
+
)
Wasted
Time:
(?<wasted_time>
[
\d
\.
]
+
)
\)
.
\[
MsgId:
(?<msg_id>
.
+
)
\]
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago