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 12,120 community submitted regex patterns...
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
Xml/html regex
PCRE (PHP <7.3)
Common regex for use with xml/html files
Submitted by
wonzbak
-
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
REGEX for detecting AU Parcel locker
PCRE (PHP <7.3)
meh
Submitted by
tsing to the motherfucking tao
-
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
1
recognize php
PCRE (PHP <7.3)
recognize php code
Submitted by
Chris Ottersen
-
9 years ago
0
Find an exact phrase only if it is within a certain number of chars.
PCRE (PHP <7.3)
Find an exact phrase (with each space and character in its own place) only if it is within the first 40 characters of the entire sentence. Useful to search non-standard phrases in log files.
Submitted by
RicardoSPimentel
-
9 years ago
0
y
PCRE (PHP <7.3)
all less jpg
Submitted by
w
-
9 years ago
0
a
PCRE (PHP <7.3)
a
Submitted by
a
-
9 years ago
0
WB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
WB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
tmutil regex ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
RegEx - Exclude zero
PCRE (PHP <7.3)
RegEx - Exclude zero
Submitted by
http://stackoverflow.com/questions/8910972/regex-exclude-zero
-
9 years ago
2
Linux ARP-Table
PCRE (PHP <7.3)
Matches cat /proc/net/arp. It returns the IP, MAC and interface.
Submitted by
anonymous
-
9 years ago
1
...
517
518
519
520
521
...
606
Community Library Entry
2
Regular Expression
PCRE (PHP <7.3)
%
<
\?
xml
(
.
+
?
)
\?
>
%
Open regex in editor
Description
How to match the first line of a xml document
Submitted by
anonymous
-
9 years ago