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
Train Amadeus
PCRE (PHP <7.3)
no description available
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
2
Nato Stock Number (Add dashes)
PCRE (PHP <7.3)
Takes a 13 digit non-dashed Nato Stock Number and uses the Substitution to add the dashes in
Submitted by
Matthew Perryman
-
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
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
Xml/html regex
PCRE (PHP <7.3)
Common regex for use with xml/html files
Submitted by
wonzbak
-
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
VISA Name
ECMAScript (JavaScript)
Alpha numeric characters including "hyphens" "quotation marks" and "semicolons" only
Submitted by
ME
-
9 years ago
-1
index
PCRE (PHP <7.3)
include index.aspx
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
ZAP exclude URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
url validator
PCRE (PHP <7.3)
no description available
Submitted by
Briareos
-
9 years ago
1
load_runner_transaction_end
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
magnet
ECMAScript (JavaScript)
Extract magnet links
Submitted by
Peng
-
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
International numeric format validator
ECMAScript (JavaScript)
International numeric format validator
Submitted by
unknown
-
9 years ago
3
Get Hyperlinks From Markdown Format
PCRE (PHP <7.3)
Get all hyperlinks in a Markdown Format Text
Submitted by
Ferdinand Dimas
-
9 years ago
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
3
Get Headings From Markdown Format
ECMAScript (JavaScript)
Get all headings in a Markdown Format Text
Submitted by
Ferdinand Dimas
-
9 years ago
1
recognize php
PCRE (PHP <7.3)
recognize php code
Submitted by
Chris Ottersen
-
9 years ago
1
...
767
768
769
770
771
...
900
Community Library Entry
-1
Regular Expression
PCRE (PHP <7.3)
/
^
https
?
:
\/\/
www
\.
netapp
\.
com
\/
(
\w
{2}
)
\/
company
\/
leadership
\/
cloud-computing
\/
(
index
\.
aspx
)?
$
/
Open regex in editor
Description
include index.aspx
Submitted by
anonymous
-
9 years ago