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...
1
URL regex without anchors
Created
·
2015-06-12 20:12
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
1
massive email
Created
·
2015-06-12 22:13
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
faa
Created
·
2015-06-12 23:07
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Password policy filter Rev 2
Created
·
2015-06-13 01:46
Flavor
·
ECMAScript (JavaScript)
Password must have 2 Caps, 2 Smalls, 2 Nums and No space
Submitted by
Doug Karl
1
Search "smarty" tags
Created
·
2015-06-13 10:19
Flavor
·
PCRE (Legacy)
Example: Home page | {$site_name|to_small}
Submitted by
Marek Ulwański
1
weather
Created
·
2015-06-14 07:29
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
iOS Localizable.strings parser
Created
·
2015-06-14 11:25
Flavor
·
Python
Can be used to find all keys and values in .strings file. Matching pattern: "key" = "value";
Submitted by
Natan Zalkin
1
Two Line Element (TLE) validation
Created
·
2015-06-14 17:29
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Michael Lodge-Paolini
1
C++ operator overload
Created
·
2015-06-15 11:49
Flavor
·
PCRE (Legacy)
"Lazy" operator overload regular expression: += and likes are left out because + and like matches anyway.
Submitted by
Guba Dániel Olivér
1
Recherche email
Created
·
2015-06-16 07:54
Flavor
·
PCRE (Legacy)
Recherche un email
Submitted by
G Morelle
1
decoupeur de chaines selon les +-
Created
·
2015-06-16 09:08
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
1
ip address @pexipdemo.com
Created
·
2015-06-16 15:38
Flavor
·
Python
no description available
Submitted by
anonymous
1
Safe words and dirty words
Created
·
2015-06-16 21:13
Flavor
·
PCRE (Legacy)
This regex matches "bob" but does not match "abob", "bobb" or "cbobd" while it does match "cbob" and "bobd". Here "bob" is the dirty word and "abob", "bobb" and "cbobd" are safe phrases
Submitted by
Alex
1
Find only ".config" file names
Created
·
2015-06-16 22:38
Flavor
·
PCRE (Legacy)
Will find lines that end with "/*.config"
Submitted by
Dee
1
RGB colors
Created
·
2015-06-17 10:07
Flavor
·
PCRE (Legacy)
Matches all the RGB colors in the format #RRGGBB and #RGB
Submitted by
Gabriel Hautclocq
1
validate_invoiceid_with_yy
Created
·
2015-06-17 12:29
Flavor
·
PCRE (Legacy)
Validate an ivoice number with the last two digit as last 2 year digit
Submitted by
ema
1
{1-65536}
Created
·
2015-06-17 13:57
Flavor
·
PCRE (Legacy)
12
Submitted by
anonymous
1
Non-prod Application Log Regex
Created
·
2015-06-17 15:01
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Aditya Bindra
1
Orignial Log Parse (Spark Lab2)
Created
·
2015-06-17 17:44
Flavor
·
Python
no description available
Submitted by
anonymous
1
Basic IP matching
Created
·
2015-06-17 18:33
Flavor
·
ECMAScript (JavaScript)
I've looked at some of the other IP matching that seems a lot more complex but several of them don't work, and I'm too simple minded to figure out why. Keep it simple, I've never had a problem matching IP addresses in logs with this one.
Submitted by
anonymous
Previous page
1
…
152
153
154
155
156
…
915
Next page
Community Library Entry
1
Regular Expression
Created
·
2015-06-16 15:38
Flavor
·
Python
r"
^
(
(
(
[
0
-
9
]
|
[
1
-
9
][
0
-
9
]
|
1
[
0
-
9
]
{2}
|
2
[
0
-
4
][
0
-
9
]
|
25
[
0
-
5
]
)
\.
){3}(
[
0
-
9
]
|
[
1
-
9
][
0
-
9
]
|
1
[
0
-
9
]
{2}
|
2
[
0
-
4
][
0
-
9
]
|
25
[
0
-
5
]
)
)
@
(
au
\.
)?
pexipdemo
.
(
com
|
cn
)
"
Open regex in editor
Description
no description available
Submitted by
anonymous