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 5,220 community submitted regex patterns...
0
policy_extraction
Python
no description available
Submitted by
anonymous
-
6 years ago
0
SuperJS: variable initializement
Golang
Matches a variable with the following syntax; = example string foo = ...
Submitted by
Jordy van Domselaar <jordy.van.domselaar@outlook.com>
-
7 years ago
0
catching/matching decimal numbers
Python
A simple regex to capture different formats of decimal numbers. Note: the last string "720p" I have skipped it. My regex will not take that last string into account. This is just an exercise from https://regexone.com/problem/matching_decimal_numbers
Submitted by
xaeroborg
-
7 years ago
0
Email capturing framework
Python
captures all possible email username/domain formats
Submitted by
anonymous
-
7 years ago
0
flytap zjebany
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Find ip, link
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Find ip and link full
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
simple mail regex
Python
no description available
Submitted by
anonymous
-
7 years ago
0
use positive look behind and flags=re.I
Python
positive look behind: it does not consume the first character, so it can be used for the next match flags=re.I is to ignore case sensitive
Submitted by
anonymous
-
7 years ago
0
Hex color code checker
Python
no description available
Submitted by
anonymous
-
7 years ago
0
AlienVault Exercise
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Julie
Python
no description available
Submitted by
anonymous
-
7 years ago
0
all regex exprs
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Lone number hunter
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Rejection_Class
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Checks for PHP classes with namespaces that haven't been imported.
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Math parser MK1
Python
no description available
Submitted by
Lari Liuhamo
-
7 years ago
0
Datetime regex
Python
Matches dates in the following format: %Y/%m/%dT%H:%M:%S This is 24h format (00-23h) and no leap seconds.
Submitted by
anonymous
-
7 years ago
0
Datetime regex
Python
Matches dates in the following format: %Y/%m/%dT%H:%M:%S This is 24h format (00-23h) and no leap seconds.
Submitted by
anonymous
-
7 years ago
0
PFITS Comments Strip HTML Tags
Python
Final version used in script.
Submitted by
Landon Sutherland
-
7 years ago
1
...
97
98
99
100
101
...
261
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
[
CM
]
/
gm
Open regex in editor
Description
Cities
Submitted by
anonymous
-
3 years ago