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
^[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
-
6 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
-
6 years ago
0
{}で囲まれていない部分に存在する;にマッチ
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Title to Tags tag extraction
PCRE (PHP <7.3)
This is the regex I'm currently using to extract terms from a post title string.
Submitted by
anonymous
-
6 years ago
0
match one word or another
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
some + Guid
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Macro
Python
no description available
Submitted by
anonymous
-
6 years ago
0
get positive float number from string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
234
235
236
237
238
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?i)
(
\/
user
\d
*
|
\/
user
\d
*
\/
website
|
\/
user
\d
*
\/
website
\/
(
webapps
|
properties
)
|
\/
user
\d
*
\/
website
\/
(
webapps
|
properties
)
\/
.
*
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago