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 11,440 community submitted regex patterns...
1
url extractor
PCRE (PHP <7.3)
Will extract URLs from text string if they have a space or line ending at the end and are not wrapped inside a string delimiter
Submitted by
pip
-
9 years ago
1
ethtool_speed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
phone services
PCRE (PHP <7.3)
no description available
Submitted by
Lam Nguyen
-
9 years ago
1
Minecraft Crashlog Mod Errored
PCRE (PHP <7.3)
Use this to find wich mods (in Minecraft, Forge) errored out in the Crashlog
Submitted by
anonymous
-
9 years ago
2
Argentine postal code validation
Python
validation for Argentina postal codes, previous four digits + new CPA
Submitted by
jpaulini
-
9 years ago
2
SED
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Akamai Logs
PCRE (PHP <7.3)
Akamai Logs
Submitted by
wzr
-
9 years ago
1
Parse Entire URL
PCRE (PHP <7.3)
This regex is a mashup that strips protocol, domain and URI into seperate capture groups.
Submitted by
Robert Kozora
-
9 years ago
1
Detect Adobe Edge file
PCRE (PHP <7.3)
no description available
Submitted by
gerezs
-
9 years ago
1
Asian characters
PCRE (PHP <7.3)
Detects hiragana, katakana, kanji and japanese alphabet
Submitted by
anonymous
-
9 years ago
0
remove empty html paragraph tags
PCRE (PHP <7.3)
no description available
Submitted by
acor3
-
9 years ago
1
Dutch Zip Code Checker
PCRE (PHP <7.3)
/^1-9{3} ?(?!sa|sd|ss)[a-z]{2}$/i
Submitted by
Steven Moseley
-
9 years ago
1
Email
PCRE (PHP <7.3)
Find a bunch of different types of email with this RegEx
Submitted by
anonymous
-
9 years ago
1
Find integer in quotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
GHS - PF LIMIT EXTRACTOR
PCRE (PHP <7.3)
Extracts from a PF file the summary table from the RAH command
Submitted by
anonymous
-
9 years ago
1
Filter Titles from 2b
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
4.2 numerisch mit tausender kennzeichen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Layer7 Filter for HTTP
PCRE (PHP <7.3)
For use with router layer 7 filtering, will detect intial connection or initial response
Submitted by
Andrew Cox
-
9 years ago
1
Match price amound from string
PCRE (PHP <7.3)
no description available
Submitted by
VZ
-
9 years ago
1
Season Title Match
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
474
475
476
477
478
...
572
Community Library Entry
4
Regular Expression
PCRE (PHP <7.3)
/
<
\&
(
\w
*
)
(?:
(?:
\[
(
\d
*
)
\]
|)
(
[
~'
]
)
(
[^
\&
^@
]
*
)
@
?
(
\w
*
)
|
(
)
)
\&
>
/
Open regex in editor
Description
no description available
Submitted by
Dan Bloomquist
-
12 years ago