Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
0
Git
Created
·
2018-09-27 08:54
Flavor
·
PCRE (Legacy)
Regex fpr not considering git
Submitted by
anonymous
0
エスケープシーケンス回避
Created
·
2018-09-27 08:55
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Regex for not considering dist and subfolders
Created
·
2018-09-27 08:55
Flavor
·
PCRE (Legacy)
Regex for not considering dist and subfolders
Submitted by
anonymous
0
Regex considering node modules folder and sub folder
Created
·
2018-09-27 08:56
Flavor
·
PCRE (Legacy)
Regex considering node modules folder and sub folder
Submitted by
anonymous
0
Clean port SWIFT
Created
·
2018-09-28 09:32
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Splunk / Win APP for HU date format
Created
·
2018-09-28 11:58
Flavor
·
PCRE (Legacy)
this is for props.conf in winapp 4.88 for HUN time format generated when HU locale is used for installed apps script
Submitted by
anonymous
0
RC :: URLs sem brasil (lookahead)
Created
·
2018-09-28 16:45
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Parsing file metadata
Created
·
2018-09-28 17:50
Flavor
·
Python
no description available
Submitted by
anonymous
0
Apache access.log
Created
·
2018-09-29 16:01
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
grap html tag
Created
·
2018-09-30 04:24
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Finding contents of Square Brackets
Created
·
2018-09-30 13:12
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Coupon code regex
Created
·
2018-10-01 15:42
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Validate date
Created
·
2018-10-02 04:23
Flavor
·
PCRE (Legacy)
This is used to validate date format: yyyy-mm-dd. Please see sample for details. My sites: http://www.cirrhosismedication.com http://www.pmsecret.com http://premiumpig.com http://happinesspig.com http://3apig.com http://www.hongkongmarketingconsultant.com http://www.hongkongonlinemarketing.com
Submitted by
anonymous
0
Find Private Keys
Created
·
2018-10-02 07:15
Flavor
·
PCRE (Legacy)
This regex will match private keys, encrypted or unencrypted. Matches: -----BEGIN ENCRYPTED PRIVATE KEY----- -----BEGIN PRIVATE KEY----- -----BEGIN RSA PRIVATE KEY----- -----BEGIN OPENSSH PRIVATE KEY----- ---- BEGIN SSH2 PUBLIC KEY ----
Submitted by
anonymous
0
updated url regex php
Created
·
2018-10-02 12:35
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
match functions in a formula
Created
·
2018-10-02 20:04
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
comma separated list
Created
·
2018-10-02 22:29
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Area Code
Created
·
2018-10-03 02:43
Flavor
·
ECMAScript (JavaScript)
Get area code inside bracket
Submitted by
anonymous
0
WebMethod
Created
·
2018-10-03 10:36
Flavor
·
PCRE (Legacy)
WebMethod
Submitted by
anonymous
0
sql dapper isnull
Created
·
2018-10-03 10:49
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
524
525
526
527
528
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2018-10-09 14:07
Flavor
·
ECMAScript (JavaScript)
/
\b
6
(?:
011
|
5
[
0
-
9
]
{2}
)
[
-
]
(
[
0
-
9
]
{4}
[
-
]
){2}(
[
0
-
9
]
{4}
)
\b|\b
6
(?:
011
|
5
[
0
-
9
]
{2}
)(?:
[
0
-
9
]
{12}
)?
$\b
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous