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
Useful to match email addresses
PCRE (PHP <7.3)
matches parts of an email address and captures elements into groups
Submitted by
anonymous
-
4 years ago
0
shed command grammar regex
Python
basic grammar rules
Submitted by
Jared Dyreson
-
4 years ago
(Last modified 4 years ago)
0
Teachers expiry date 19022021
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
curl-to-dev-tools--put
ECMAScript (JavaScript)
Take a text of curl command and regex them down to a list of objects with named identifiers, such as id, date, and action.
Submitted by
Tre'
-
4 years ago
-2
From conf table to hive table
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Name (First, Last) or (Last, First)
PCRE2 (PHP >=7.3)
Useful for checking comma separated full names
Submitted by
Bryan Luu
-
4 years ago
0
Validate HTML Id
Python
no description available
Submitted by
Gustavo Ferreira
-
4 years ago
0
Date regex
Python
no description available
Submitted by
Krynce
-
4 years ago
0
thử nghiệm htaccess
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ChristEl
PCRE2 (PHP >=7.3)
Christ Elektronic -> long version
Submitted by
Jan Alexander
-
4 years ago
1
Full Mime Type
PCRE (PHP <7.3)
Full mime type tree
Submitted by
Silvio Gratani
-
4 years ago
0
OLP Nest attributes regex 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
FS PERFS log parsing
Python
no description available
Submitted by
anonymous
-
4 years ago
0
ID extraction failure splunk
PCRE (PHP <7.3)
Extraction of ID fails in Splunk search window, as an illustration to case 2124568 (https://splunkcommunities.force.com/customers/5005a00001j1gHcAAI)
Submitted by
Jonathan Martens <jonathan.martens@maastro.nl>
-
4 years ago
0
Steam Library VDF
PCRE (PHP <7.3)
no description available
Submitted by
https://github.com/syntax-tm
-
4 years ago
0
Credit Guard version2
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Credit Guard API
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Clou v1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ivrstudio BRs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Hex colours
PCRE2 (PHP >=7.3)
no description available
Submitted by
Mark Cooper
-
4 years ago
1
...
242
243
244
245
246
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?=
.
{6,20}
$
)
(?:
[
a
-
zA
-
Z
\d
]
+
(?:
(?:
\.
|
-
|
_
)
[
a
-
zA
-
Z
\d
]
)*
)+
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago