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,040 community submitted regex patterns...
0
crontab regrex
PCRE (PHP <7.3)
parse crontab
Submitted by
anonymous
-
7 years ago
0
Capture the last word and space preceding it n a line of text with Negative Look-back
PCRE (PHP <7.3)
Looks for and captures the last single space and the last word in a line of text that is terminated by \r\n, \n or anchored to the back.
Submitted by
James Dafferner
-
7 years ago
1
Capture the last space in a line of text with Negative Lookback
PCRE (PHP <7.3)
Looks for the last single space in a line of text.
Submitted by
anonymous
-
7 years ago
0
include progress avec des majuscules
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
链家均价
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Credit Card Date (MM/YY)
ECMAScript (JavaScript)
Regex for credit card date validation in the format of MM/YY. Forked from: https://stackoverflow.com/questions/20430391/regular-expression-to-match-credit-card-expiration-date
Submitted by
Me
-
7 years ago
0
eQFetchRule for Classification
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Twitter profile URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Complex password with at least one number and one character (any language or special character)
PCRE (PHP <7.3)
Match a single word with at least one number and one character (any language character or special character) , minimum 6 character
Submitted by
Gehad Mohamed
-
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
0
dossier not a module
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
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
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
Duplicate Words
PCRE (PHP <7.3)
Duplicate Words
Submitted by
anonymous
-
7 years ago
0
Tag Content Extractor
PCRE (PHP <7.3)
Tag Content Extractor
Submitted by
anonymous
-
7 years ago
0
usa_zip
Python
no description available
Submitted by
anonymous
-
7 years ago
1
French Phone Number Validation
PCRE (PHP <7.3)
Accept several kind of format, more or less usual. And refuse incorrect formats. Prefix: 0033 / +33 / (0) / 0 Number: collapsed / group by 2 / group by 3 Separator: space / dot / dash
Submitted by
RonanKER
-
7 years ago
1
Validate and decompose email address (English alphabet compliant)
PCRE (PHP <7.3)
If you understand the regexp, you can adjust it to your need. restrict special characters to .%_'- (localpart) limit length of each part and the whole to reasonable size supports 'XN' tld If you need help, read http://www.regular-expressions.info/email.html See also https://www.debuggex.com/r/9cdaaw...
Submitted by
RonanKER
-
7 years ago
0
Match router ARP table
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Addition of speed stat
PCRE (PHP <7.3)
no description available
Submitted by
RaoCZ
-
7 years ago
1
...
570
571
572
573
574
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
Armor
.
)
(
[
a
-
zA
-
Z
]
+
)
(
,
Surface
.
)
(
[
a
-
zA
-
Z
]
+
)
(
,
name
)
/
g
Open regex in editor
Description
no description available
Submitted by
RaoCZ
-
7 years ago