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
IncludeToUpper
Created
·
2020-09-25 22:37
Flavor
·
PCRE (Legacy)
to change include files to uppercase
Submitted by
anonymous
0
Extract project_ids
Created
·
2020-09-25 23:39
Flavor
·
PCRE (Legacy)
Extract project_ids
Submitted by
anonymous
0
forAllWorkToIll
Created
·
2020-09-26 11:11
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Two initials
Created
·
2020-09-28 13:34
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Real Numbers
Created
·
2020-09-28 18:47
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
match start of string that does not start with 'http' or is empty
Created
·
2020-09-28 22:12
Flavor
·
PCRE (Legacy)
Used this to help with the migration of urls that did not begin with with an http or https protocol.
Submitted by
anonymous
0
8到20位字母数字符号密码
Created
·
2020-09-29 02:22
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
AutoItString
Created
·
2020-09-29 04:13
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Flex Decimals
Created
·
2020-09-29 06:53
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
well formed comment match
Created
·
2020-09-29 09:44
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Comments without internal nested comments
Created
·
2020-09-29 14:46
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Ill formed comment
Created
·
2020-09-29 10:41
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Match emojis in source
Created
·
2020-09-29 13:14
Flavor
·
ECMAScript (JavaScript)
Use to match source text emojis.
Submitted by
anonymous
0
Absolute path 2 filename
Created
·
2020-09-30 08:31
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
find remote tracking repo in 'git branch -a' output
Created
·
2020-09-30 09:25
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
MedienServer V1
Created
·
2020-09-30 11:39
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Eastlink Outage
Created
·
2020-09-30 15:18
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Eastlink Account lookup with Region
Created
·
2020-09-30 17:19
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Eastlink Create List status
Created
·
2020-09-30 19:03
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
/etc/passwd between two strings
Created
·
2020-09-30 22:40
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
716
717
718
719
720
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2020-03-22 06:40
Flavor
·
ECMAScript (JavaScript)
/
^
[
a
-
zA
-
Z0
-
9.!#$%&'*+
/
=?^_`{|}~-
]
+
@
[
a
-
zA
-
Z0
-
9
]
(?:
[
a
-
zA
-
Z0
-
9-
]
{0,61}
[
a
-
zA
-
Z0
-
9
]
)?(?:
\.
[
a
-
zA
-
Z0
-
9
]
(?:
[
a
-
zA
-
Z0
-
9-
]
{0,61}
[
a
-
zA
-
Z0
-
9
]
)?
)*
$
/
Open regex in editor
Description
email(邮箱)
Submitted by
anonymous