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 18,000 community submitted regex patterns...
0
german locale regex
PCRE2 (PHP >=7.3)
Matches locales with german language
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
0
select product
PCRE2 (PHP >=7.3)
select product
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
FindQuoteDiv
PCRE2 (PHP >=7.3)
FindQuoteDiv
Submitted by
anonymous
-
3 years ago
0
regex-symbols
ECMAScript (JavaScript)
Regex symbols emoji
Submitted by
Thaile
-
3 years ago
0
千分位分隔符
ECMAScript (JavaScript)
千分位的分隔符
Submitted by
anonymous
-
3 years ago
0
Split words in brackets
Golang
Split words in brackets
Submitted by
ugurakcil
-
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
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
AnotherURLMatcher
Python
Just another URL patron matcher
Submitted by
me
-
3 years ago
(Last modified 3 years ago)
0
Match Strings itself
PCRE (PHP <7.3)
Match Strings itself, include ""
Submitted by
picc_lu
-
3 years ago
0
JSON array of string
PCRE2 (PHP >=7.3)
\["(.*)"\]
Submitted by
anonymous
-
3 years ago
0
URL
PCRE2 (PHP >=7.3)
URL
Submitted by
anonymous
-
3 years ago
0
C floating-point constant
PCRE2 (PHP >=7.3)
The regular expression matches if the provided input is a regular expression matching the C floating-point constant or not.
Submitted by
anonymous
-
3 years ago
0
Find text that looks like an Ingredient out of OCR
PCRE2 (PHP >=7.3)
Find text that looks like an Ingredient out of OCR. What it says on the tin.
Submitted by
anonymous
-
3 years ago
0
Look Ahead
PCRE2 (PHP >=7.3)
Look Ahead
Submitted by
anonymous
-
3 years ago
0
light password
PCRE2 (PHP >=7.3)
at least 1 digit at least 1 lowercase at least 1 uppercase
Submitted by
phil-all
-
3 years ago
0
Light French names
PCRE2 (PHP >=7.3)
Name have to contain between 1 and 32 characters, as follow : at least 1 uppercase letter 0 or more lowercase letter...
Submitted by
phil-all
-
3 years ago
0
Email Address Regular Expression
PCRE2 (PHP >=7.3)
Email Address Regular Expression
Submitted by
anonymous
-
3 years ago
0
match first lowercase letter of every word
ECMAScript (JavaScript)
match first lowercase letter of every word
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
1
...
801
802
803
804
805
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
[^
^
]
(
.
*
)
\n
(
--
+
)
/
gm
Open regex in editor
Description
it still makes a few false positives
Submitted by
charliecalvert
-
2 years ago