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,180 community submitted regex patterns...
1
Lua Enhanced: function application compound operator
Python
This is a compound operator that takes a variable and a Example: local x = 9 x f(math.max)= 10 compiles to...
Submitted by
anonymous
-
3 years ago
0
AnotherURLMatcher
Python
Just another URL patron matcher
Submitted by
me
-
3 years ago
(Last modified 3 years ago)
1
basic
PCRE2 (PHP >=7.3)
rast
Submitted by
anonymous
-
3 years ago
0
Twelve-hour (with am and pm at the end) and twenty-four-hour time formats (hh:mm am pm)
PCRE2 (PHP >=7.3)
This regex finds the substrings of the formats: hh:mm (0 <= hh <= 23; 0 <= mm <= 59) or h:mm am|pm (0 <= 12; 0 <= mm <= 59)
Submitted by
anonymous
-
3 years ago
0
busca proprietário
PCRE2 (PHP >=7.3)
testar se busca proprietário por diversas formas
Submitted by
anonymous
-
3 years ago
0
FindQuoteDiv
PCRE2 (PHP >=7.3)
FindQuoteDiv
Submitted by
anonymous
-
3 years ago
0
select product
PCRE2 (PHP >=7.3)
select product
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
1
CRON
Python
Validades cron job time specification
Submitted by
anonymous
-
3 years ago
0
Mick Find Image
PCRE2 (PHP >=7.3)
Finds stuff like 01 Image.. or 01 Image.
Submitted by
anonymous
-
3 years ago
1
Matching build file names
Java 8
Matches various versions of build file filenames from our jenkins builds
Submitted by
Sean Furrh
-
3 years ago
0
german locale regex
PCRE2 (PHP >=7.3)
Matches locales with german language
Submitted by
anonymous
-
3 years ago
0
url-selection
PCRE2 (PHP >=7.3)
url-selection
Submitted by
anonymous
-
3 years ago
0
Capturing Group for IP
PCRE2 (PHP >=7.3)
Capturing group for an IP address - simple - Just looks for digits.
Submitted by
George Fitz
-
3 years ago
0
Validate Phone number
Python
Validate Phone number
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
PhoneNumbers with special characters
Python
This will help with phone numbers where you want the numbers but not necessarily all the special characters
Submitted by
anonymous
-
3 years ago
0
Match russian word including one and only one upper
PCRE2 (PHP >=7.3)
With DEFINE using
Submitted by
piterden
-
3 years ago
0
HTML Scraping: Yelp Reviews
Python
'''(\d).[\s\S]?([\s\S]?)[\s\S]?title="(\d.\d)[\s\S]?(\d)\sreviews[\s\S]?range">(\$)'''gm
Submitted by
anonymous
-
3 years ago
0
json digit
Python
parses a json digit such as: 1, 1.0, -1, -1.0, -1.0E-1, etc.. rejects digits such as: ...
Submitted by
Mass
-
3 years ago
1
streets with one or more names with unicode characters in python
Python
streets with one or more names with unicode characters in python
Submitted by
Stanicio
-
3 years ago
0
Domain Matching
Python
Avoids false positives
Submitted by
Sly
-
3 years ago
(Last modified 3 years ago)
1
...
120
121
122
123
124
...
259
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
(?'col'
\D
)
(?'dig'
\d\d
)
)
$
/
mg
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago