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
34
123 upvotes, 89 downvotes (58% like it) (You must be signed in to vote)
javascript
Google like regex
Attempts to mimic Google search box behavior, returning an array with the separated search strings (that keep the +/- indicator for following operations)
Submitted by
mettjus
-
9 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
pcre
1_aa3
no description available
Submitted by
anonymous
-
9 years ago
7
14 upvotes, 7 downvotes (67% like it) (You must be signed in to vote)
pcre
PAN CARD validation
checks for valid PAN card for Indian users.
Submitted by
karan thakkar
-
9 years ago
2
6 upvotes, 4 downvotes (60% like it) (You must be signed in to vote)
pcre
Url with <a> (param) validation
https://www.google.com http://www.google.net/hello https://www.google. http://www.google./hello above url matching with given regex...
Submitted by
Duleep Dissanayaka
-
9 years ago
2
8 upvotes, 6 downvotes (57% like it) (You must be signed in to vote)
pcre
42 post regex
Hosts regex for 42 school (france)
Submitted by
Kerosene2000
-
9 years ago
-3
4 upvotes, 7 downvotes (36% like it) (You must be signed in to vote)
javascript
111
no description available
Submitted by
anonymous
-
9 years ago
-3
5 upvotes, 8 downvotes (38% like it) (You must be signed in to vote)
javascript
111
no description available
Submitted by
anonymous
-
9 years ago
-3
3 upvotes, 6 downvotes (33% like it) (You must be signed in to vote)
javascript
1111
no description available
Submitted by
anonymous
-
9 years ago
1
8 upvotes, 7 downvotes (53% like it) (You must be signed in to vote)
pcre
phone test
no description available
Submitted by
cool guy
-
9 years ago
7
20 upvotes, 13 downvotes (61% like it) (You must be signed in to vote)
python
CSS Import
no description available
Submitted by
anonymous
-
9 years ago
-2
3 upvotes, 5 downvotes (38% like it) (You must be signed in to vote)
pcre
French phone number
no description available
Submitted by
Benoit Anastay
-
9 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
more DISORTED EMAIL ADDRESSES
no description available
Submitted by
anonymous
-
9 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
pcre
Help creating a Regex Pattern
Please help with a regex that will find a pattern like this ✖ or this ∀ or this Π
Submitted by
anonymous
-
9 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
pcre
MIME To field possible inputs
Each line in TEXT represents potential input data. The regex is useless so far as my original using assertions neglected the case where required matches occur between double quotes.
Submitted by
anonymous
-
9 years ago
-3
3 upvotes, 6 downvotes (33% like it) (You must be signed in to vote)
javascript
s
s
Submitted by
anonymous
-
9 years ago
-3
5 upvotes, 8 downvotes (38% like it) (You must be signed in to vote)
pcre
mail
no description available
Submitted by
anonymous
-
9 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
pcre
unicode email sanitising
no description available
Submitted by
anonymous
-
9 years ago
2
6 upvotes, 4 downvotes (60% like it) (You must be signed in to vote)
pcre
Unicode url sanitising
no description available
Submitted by
anonymous
-
9 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Unicode email sanitising
no description available
Submitted by
anonymous
-
9 years ago
-3
5 upvotes, 8 downvotes (38% like it) (You must be signed in to vote)
pcre
Latitude/longitude tester
Tests the string if it does contain valid latitude and longitude parameters
Submitted by
Doro
-
9 years ago
1
...
838
839
840
841
842
843
844
...
853
Email with + symbol
Vote
-4
3 upvotes, 7 downvotes (30% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(
[
_a
-
z0
-
9
]
+
[
\.
_a
-
z0
-
9
]
+
)
(
\+
[
a
-
z0
-
9
]
+
)?
@
(
(
[
a
-
z0
-
9-
]
+
\.
)*
[
a
-
z
]
{2,4}
)
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
luckcheese
- 8 years ago