Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
match wordpress plugins [plugin_name ...]...[/plugin]
no description available
Submitted by
chris backhouse
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Remove updir tokens from url
Remove /../ recursively from urls
Submitted by
santiagoarizti@gmail.com
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
LogFile Alert: Pattern 'Memory queue for message type 1: 3038' found i
LogFile Alert: Pattern 'Memory queue for message type 1: 3038' found in /var/log/me
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
ex_3_b
no description available
Submitted by
anonymous
-
8 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
pcre
6 Digit ID
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#
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
MYSQL DateTime validator (leap year support)
no description available
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
python
Prosed OFX DateTimeType pattern for v.2.1.1+
no description available
Submitted by
Oleg Sakharov karpuscul@gmail.com
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
^.+(c.youtube.com|googlevideo.com|cdn.dailymotion.com).*\$
no description available
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
3~4 length password
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
-
8 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
pcre
12 Hour Time Pattern
no description available
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
xml_kv_extraction
Basic XML key-value extraction
Submitted by
Keith Muggleton
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
march html tag
no description available
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Camelize JSON
no description available
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Substitute text between brackets
no description available
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
French phone attempt
no description available
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Brazillian Telephone Number validator
A basic validator for BR phone numbers
Submitted by
Yemolai
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Find labels without preferredMaxLayoutWidth and multiple lines in Appl
Allows to find label generating warnings like "Automatic Preferred Max Layout Width before iOS 8.0" in XCode
Submitted by
Alessio Anesa
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
remove eval(base64_decode( ));
\seval\(base64_decode\(?\)\);
Submitted by
manish kumar
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
email
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
-
8 years ago
-2
0 upvotes, 2 downvotes (0% like it) (You must be signed in to vote)
pcre
float
matches 123.4f 123.4F .4f .4F 5f 5F
Submitted by
Mateusz Paluch
-
8 years ago
1
...
582
583
584
585
586
587
588
589
IPv4
Vote
16
29 upvotes, 13 downvotes (69% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
(?:
25
[
0
-
5
]
|
2
[
0
-
4
]
\d
|
[
0
-
1
]
?
\d
{1,2}
)
(?:
\.
(?:
25
[
0
-
5
]
|
2
[
0
-
4
]
\d
|
[
0
-
1
]
?
\d
{1,2}
)
){3}
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
robwa
- 7 years ago