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,040 community submitted regex patterns...
0
LOS Number
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Negative lookahead with example
PCRE (PHP <7.3)
This text won\'t match because it does contain ab in it! This text won\'t match because it does contain cd in it! This text matches because it doesn\'t contain them in itghdfgdfg!
Submitted by
jarea
-
4 years ago
0
Find all commas that are not in parenthesis. Used in SQL_Pretty_Format()
ECMAScript (JavaScript)
Find all commas that are not in parenthesis or square brackets.
Submitted by
Ben
-
4 years ago
0
Add space after comma if it has letters on each side.
PCRE (PHP <7.3)
This is used in the SQL_Pretty_Formatter after the commas inside quotes, parenthesis, and brackets have been temporarily replaced with |.
Submitted by
Ben
-
4 years ago
0
WORD WRAP lines over 80 characters long
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
QDP - NoBcAl
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Viemo regex
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Date Range
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
split_amazon_URI
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
split_Path
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
European home adresse
PCRE (PHP <7.3)
Find european address (France, Italy, Suisse, Germany)
Submitted by
Anthony Chaussin
-
4 years ago
0
elektro total
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
elextro grupo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
elektro modalidade
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
elektro cnpj
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get Hash Tags from tweet
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Test
PCRE (PHP <7.3)
TEst
Submitted by
Zac
-
4 years ago
0
Detect helm charts directory
PCRE (PHP <7.3)
no description available
Submitted by
ducthinh993@gmail.com
-
4 years ago
0
get all digits in sequence
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
viptela
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
249
250
251
252
253
...
902
Community Library Entry
1
Regular Expression
Python
r"
^
(?:
.
*
)
(?:
access-group
)
(
.
*
)
(?:
in
)
(?:
\n
)
(?:
.
*
)
(?:
access-group
)
(
.
*
)
(?:
out
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago