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...
0
Powershell function declaration
PCRE (PHP <7.3)
Powershell function declaration (first line)
Submitted by
@turboBasic
-
7 years ago
0
EEG pipeline filename
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
memberOf list
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Password matcher
PCRE (PHP <7.3)
The password must have between six and ten word characters \w It must include at least one lowercase character [a-z] It must include at least three uppercase characters [A-Z] It must include at least one digit \d
Submitted by
anonymous
-
7 years ago
0
nlp homework1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Pipe Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
StackExchangeScraper1
PCRE (PHP <7.3)
StackExchangeScraper1
Submitted by
anonymous
-
7 years ago
0
StackExchangeScraper2
PCRE (PHP <7.3)
StackExchangeScraper2
Submitted by
anonymous
-
7 years ago
0
StackExchangeScraper3
PCRE (PHP <7.3)
StackExchangeScraper3
Submitted by
anonymous
-
7 years ago
0
Fetch last word in line
PCRE (PHP <7.3)
This expression grabs the last word in a line of text up to the first space it encounters reading from the back of the line (negative look behind)
Submitted by
James Dafferner
-
7 years ago
0
Addition of speed stat
PCRE (PHP <7.3)
no description available
Submitted by
RaoCZ
-
7 years ago
0
Match router ARP table
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
usa_zip
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Tag Content Extractor
PCRE (PHP <7.3)
Tag Content Extractor
Submitted by
anonymous
-
7 years ago
0
Duplicate Words
PCRE (PHP <7.3)
Duplicate Words
Submitted by
anonymous
-
7 years ago
0
Komunikace PCTS
PCRE (PHP <7.3)
Komunikace Počítačový traťový souhlas
Submitted by
Zdendaki
-
7 years ago
0
Accept Language Header parser
PCRE (PHP <7.3)
parses accept language http header groups: language code iso-693-1 without country specification preference quality value
Submitted by
schunka
-
7 years ago
-1
Accept Language Header parser
PCRE (PHP <7.3)
parses accept language http header groups: language code iso-693-1 without country specification preference quality value
Submitted by
schunka
-
7 years ago
0
dossier not a module
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
MMSI - MARITIME MOBILE SERVICE IDENTITY
PCRE (PHP <7.3)
A complete regular expression that complies with the most recent to date USCG documentation.
Submitted by
Shay Nissel
-
7 years ago
1
...
432
433
434
435
436
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
.
*
?
\x7C
){14}
(?'champs1'
.
*
?
)
\x7C
(?:
.
*
?
\x7C
){6}
(?'champs2'
.
*
?
)
\x7C
(?'champs3'
.
*
?
)
\x7C
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago