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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 9,220 community submitted regex patterns...
-2
match all html tags
PCRE (PHP <7.3)
http://haacked.com/archive/2004/10/25/usingregularexpressionstomatchhtml.aspx/
Submitted by
anonymous
-
9 years ago
-2
match wordpress plugins [plugin_name ...]...[/plugin]
PCRE (PHP <7.3)
no description available
Submitted by
chris backhouse
-
9 years ago
-2
Remove updir tokens from url
PCRE (PHP <7.3)
Remove /../ recursively from urls
Submitted by
santiagoarizti@gmail.com
-
9 years ago
-2
LogFile Alert: Pattern 'Memory queue for message type 1: 3038' found i
PCRE (PHP <7.3)
LogFile Alert: Pattern 'Memory queue for message type 1: 3038' found in /var/log/me
Submitted by
anonymous
-
9 years ago
-2
ex_3_b
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
6 Digit ID
PCRE (PHP <7.3)
Very basic. My first proper REGEX. 6 Digit ID starting with e. Must be lowercase. must start with an e (can change to another letter)
Submitted by
BejasC#
-
9 years ago
-2
MYSQL DateTime validator (leap year support)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
^.+(c.youtube.com|googlevideo.com|cdn.dailymotion.com).*\$
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
3~4 length password
PCRE (PHP <7.3)
1.the string can be of lenght 3 or 4 2.the string should start with a alphabet 3.the string should contain atleast one alphabet and number.
Submitted by
Kerwin
-
9 years ago
-2
12 Hour Time Pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
xml_kv_extraction
PCRE (PHP <7.3)
Basic XML key-value extraction
Submitted by
Keith Muggleton
-
9 years ago
-2
march html tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
Camelize JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
Substitute text between brackets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
French phone attempt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
Brazillian Telephone Number validator
PCRE (PHP <7.3)
A basic validator for BR phone numbers
Submitted by
Yemolai
-
9 years ago
-2
Find labels without preferredMaxLayoutWidth and multiple lines in Appl
PCRE (PHP <7.3)
Allows to find label generating warnings like "Automatic Preferred Max Layout Width before iOS 8.0" in XCode
Submitted by
Alessio Anesa
-
9 years ago
-2
remove eval(base64_decode( ));
PCRE (PHP <7.3)
\seval\(base64_decode\(?\)\);
Submitted by
manish kumar
-
9 years ago
-2
email
PCRE (PHP <7.3)
matches normal email addresses like example@gmail.com but also addresses with ip addresses like example@192.168.0.34 (not ipv6)
Submitted by
Adrian Kühni
-
9 years ago
-2
float
PCRE (PHP <7.3)
matches 123.4f 123.4F .4f .4F 5f 5F
Submitted by
Mateusz Paluch
-
9 years ago
1
...
4
5
6
7
8
...
461
12 Hour Time Pattern
-2
Regular Expression
PCRE (PHP <7.3)
/
^
(
1
[
012
]
|
[
1
-
9
]
)
:
[
0
-
5
]
[
0
-
9
]
(
\s
)?
(
[
aAP
]
[
mM
]
)
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago