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...
-2
twitter ids
ECMAScript (JavaScript)
no description available
Submitted by
jaybill
-
9 years ago
1
Crop mikrotik neighbor lines
PCRE (PHP <7.3)
no description available
Submitted by
neilius + Captain_Haddock
-
9 years ago
1
Extract values from log
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
3
Cisco ASA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Beginning of word
PCRE (PHP <7.3)
When looking for day, Sunday should not be matched.
Submitted by
Ben
-
9 years ago
4
match brackets outside quotes
ECMAScript (JavaScript)
no description available
Submitted by
Jerry
-
9 years ago
1
Duration with mandatory 'm'
ECMAScript (JavaScript)
Parses date-time duration strings +-1y2M3d4h5m6s, where 'm' is the dafault. Like this, where {} contains list of capturing groups: 21 - parsed as {,,,,21,} 2y2s - parsed as {2,,,,,2}
Submitted by
mbonaci
-
9 years ago
-2
username in url
PCRE (PHP <7.3)
should start with letter follow by letters and numbers and (-) - zero or more can't start or finish with (-) can't have two or more consecutive (-) char
Submitted by
Ali Azmoude
-
9 years ago
1
Yell Regex Version 2
Python
This version matches any sentence that sounds like yelling even it doesnt end with ? or !
Submitted by
Chaiwa Berian
-
9 years ago
0
Regex to match sentences that sound like yelling
Python
Bob answers 'Whoa, chill out!' if you yell at him. You can use this regex to match regexes like "WHAT THE HELL WERE YOU THINKING?"
Submitted by
Chaiwa Berian
-
9 years ago
1
FRDocExpression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
mmtro-back log
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Not Empty String
PCRE (PHP <7.3)
Match a not-empty string. A string with only spaces or no characters is an empty-string. When match something, mathc all the string with the exception of the eventually space at the and
Submitted by
Luca
-
9 years ago
0
111
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
L0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
add hint path to csproj references
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Extract domain and path from video embeds
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
C-Syle If Statement to Excel
ECMAScript (JavaScript)
no description available
Submitted by
nomloc
-
9 years ago
1
CPF
ECMAScript (JavaScript)
Validador de CPF
Submitted by
Gustavo Américo
-
9 years ago
-3
FQDN Fully Qualified Domain Name
PCRE (PHP <7.3)
no description available
Submitted by
Rafael Justo and Mauro Trajber
-
9 years ago
1
...
833
834
835
836
837
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
\b
(
(
[
\w
-
]
+
)
=
(
[
\w
.:
-
]
+
)
)
(?=
|
$
)
/
gm
Open regex in editor
Description
no description available
Submitted by
neilius + Captain_Haddock
-
9 years ago