Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
python
finds the instance of two or more repeating letters
no description available
Submitted by
cp0153
-
8 years ago
-2
0 upvotes, 2 downvotes (0% like it) (You must be signed in to vote)
python
checklists item
checklists item
Submitted by
Tobias Hochgürtel
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
python
filter
no description available
Submitted by
anonymous
-
8 years ago
-2
0 upvotes, 2 downvotes (0% like it) (You must be signed in to vote)
python
Validation of code ATECO Italian
/* -- This is a RegEx for validating one Italian ATECO code. -- For original specification visit: http://www.istat.it/it/archivio/17888 -- Valid: */ 1...
Submitted by
Marco Tonchella with the help of this Comunity that thanks a lot.
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
python
Prosed OFX DateTimeType pattern for v.2.1.1+
no description available
Submitted by
Oleg Sakharov karpuscul@gmail.com
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
python
match commas between sets or members, but not inside members.
matches only those commas that are between sets, or between members of a set. does not match commas that are inside members.
Submitted by
Amrit Kohli
-
8 years ago
-2
4 upvotes, 6 downvotes (40% like it) (You must be signed in to vote)
python
Between two strings
Awesome explanation of nested lookbacks
Submitted by
OnlineCop
-
8 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
python
adsf
adfadfad
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
python
match unescaped quotes
no description available
Submitted by
anonymous
-
8 years ago
-2
3 upvotes, 5 downvotes (38% like it) (You must be signed in to vote)
python
Email Validation
Full email validation with optional "." "-" "_"
Submitted by
Jakub Stasiak
-
8 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
python
TD data from html table
no description available
Submitted by
Deepak Bansal
-
7 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
dotnet
MMM DDD YYYY
FEB MON 2023
Submitted by
anonymous
-
4 months ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
dotnet
Parsing result of SQL Server version (SELECT @@VERSION)
Parses MS SQL Server version returned from executing SELECT @@version
Submitted by
M Rivas
-
4 months ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
python
regex to check for buffer printing
This regex checks if c/c++ code contains char buffer that is later printed.
Submitted by
tagoras
-
2 months ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
python
regex_crossover_restructure/renové
guif
Submitted by
guif
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
python
test
d
Submitted by
anonymous
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
python
Discord Mention
Regex to check if a string is a discord mention
Submitted by
anonymous
-
8 months ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
python
Bluecoat Upstream ipv4-2
Log: Bluecoat Event Type: Upstream Ref to Json: "Sources/Bluecoat/ipv4-2
Submitted by
anonymous
-
7 years ago
-1
4 upvotes, 5 downvotes (44% like it) (You must be signed in to vote)
python
Twitter #hashtags
Using the twitter API, take a tweet object and find & link #tags to embed in HTML
Submitted by
@triplec1988
-
10 years ago
-1
2 upvotes, 3 downvotes (40% like it) (You must be signed in to vote)
python
for checking code number 1111/111111111
no description available
Submitted by
dejv
-
9 years ago
1
2
3
4
5
...
107
Just IP
Vote
-3
2 upvotes, 5 downvotes (29% like it) (You must be signed in to vote)
Regular Expression
python
r"
^
(
\d
{1,3}
\.
){3}
(
\d
{1,3}
)
$
"
Open regex in editor
Description
Loading markdown...
Submitted by
whoyas2
- 9 years ago