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...
1
Image Class Test
PCRE (PHP <7.3)
Finds images that have a certain class (in this case, "foo")
Submitted by
Todd Dukart
-
8 years ago
1
Match ip address @ bla.com
PCRE (PHP <7.3)
no description available
Submitted by
Marius Nilsen
-
8 years ago
1
Prompt/command/output matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Parenthesis Non-Breaking Spaces
PCRE (PHP <7.3)
Find spaces between parenthesis and replace them with non-breaking spaces
Submitted by
Aartro
-
8 years ago
1
Match PS1 & Cmd - Extract Cmd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
comment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
COMMENT
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
perl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Name Validation
PCRE (PHP <7.3)
Regex that matches any kind of letter from any language \p{L} Unicode letter \s whitespace '.-
Submitted by
Haroun SMIDA
-
8 years ago
1
find lat longs
PCRE (PHP <7.3)
find lat longs
Submitted by
anonymous
-
8 years ago
1
video id
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
extract images from google image results
ECMAScript (JavaScript)
no description available
Submitted by
ibrahim
-
8 years ago
1
SC Extra tokens
ECMAScript (JavaScript)
In Documents
Submitted by
anonymous
-
8 years ago
1
Quizlet Bolding to HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Guid for MSSQL
ECMAScript (JavaScript)
Unique identifier guid generated by mssql databases
Submitted by
anonymous
-
8 years ago
1
Overwhelming Azure light
PCRE (PHP <7.3)
you're dead dude.
Submitted by
anonymous
-
8 years ago
1
ex. 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Mercado
Python
Somente as primeiras palavras.
Submitted by
anonymous
-
8 years ago
1
Telefonski broj EastEurope
PCRE (PHP <7.3)
Format broja za Balkan
Submitted by
Ja
-
8 years ago
1
Count Query
ECMAScript (JavaScript)
This query will match count query
Submitted by
Akshat jain
-
8 years ago
1
...
725
726
727
728
729
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
\B
(
\?\?
|
\?
)
|
\B
(
\!\!
|
\!
)
|
\B
(
\[\]
)
|
\b
(
RWC
)
|
\b
(
TODO
)
)
[
:;.,-
]
?
\d
*
(
$
|
\s.
*
$
|
\(
.
*
$
)
/
gmi
Open regex in editor
Description
various types of todo annotations for meeting notes
Submitted by
anonymous
-
8 years ago