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
DNS Zone Teardown v2.0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
analytics config one line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
AutoitParser Include
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Want to exclude all lines with a COLON : otherwise find what is after array.
Python
This does not work. Needs to find all lines with the word array OR unassigned except for lines with a ':' character.
Submitted by
anonymous
-
6 years ago
0
Want to exclude all lines with a COLON : otherwise find what is after array.
Python
Find all lines with the word array OR unassigned except for lines with a ':' COLON character. Thanks to Kinny on IRC :) Added some tests.
Submitted by
Kinny, rjt
-
6 years ago
-1
Parse Accept-Language
PCRE (PHP <7.3)
This regex just grabs all the possible languages from the Accept-Language HTTP header.
Submitted by
anonymous
-
6 years ago
0
^[A-Z][a-z0-9_-]*( +[A-Z][a-z0-9_-]*)*$
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
fail2ban-php404
Python
no description available
Submitted by
anonymous
-
6 years ago
0
rm everything btwn delimiters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
issue lookbehind
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Ex1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
EN_US
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
my swear filter
PCRE (PHP <7.3)
a little regex i will plug into yagpdb to filter swears
Submitted by
anonymous
-
6 years ago
0
test
PCRE (PHP <7.3)
test
Submitted by
anonymous
-
6 years ago
0
German regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
comment_link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
add new lines md file
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
find code block in md file
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Tokped FE Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Method definition to Moq It.IsAny call
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
553
554
555
556
557
...
900
Community Library Entry
-1
Regular Expression
PCRE (PHP <7.3)
/
(
.
*
?
)
(?:
[
;|,
]
(?:
q=
.
*
?
[
,|;
]
)?
)
/
g
Open regex in editor
Description
This regex just grabs all the possible languages from the Accept-Language HTTP header.
Submitted by
anonymous
-
6 years ago