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 2,140 community submitted regex patterns...
1
localhost ip's with port
Python
Matches localhost ip range with optional port capture: 127.X.X.X or 127.X.X.X:PORT ToDo: check valid ip address.
Submitted by
Rodrigo M. A.
-
10 years ago
1
Look Forward
Python
Between two strings.
Submitted by
Online Cop
-
10 years ago
1
Simple global regex
Python
Regex for finding tempratures in a text
Submitted by
anonymous
-
10 years ago
1
Currency Detector Python
Python
Currency Detector for Python
Submitted by
Joao Graca
-
10 years ago
1
Match parenthesis
Python
Matches anything wrapped in parenthesis. Can handle nested and consecutive sets of parenthesis.
Submitted by
Nic Roland
-
10 years ago
1
logical operators
Python
no description available
Submitted by
Nicolas
-
10 years ago
1
ofsream open file C++
Python
match of.open("test.txt");
Submitted by