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
Ukazka
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
failed attempt
no description available
Submitted by
DynV
-
9 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
A masz!
no description available
Submitted by
Ja
-
9 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
[A-Z]+[a-z]{1,2}[0-9]*
no description available
Submitted by
anonymous
-
9 years ago
-2
4 upvotes, 6 downvotes (40% like it) (You must be signed in to vote)
pcre
Match v4 IP address
no description available
Submitted by
Budiony Damyanov
-
9 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Why doesn't it stop at the period?
try to match just the name from this: Copyright © 2005 Candy Arrington. Used by permission. All rights reserved.
Submitted by
anonymous
-
9 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Regular expression for both IPv6 and IPv4 URL
no description available
Submitted by
Henry Li
-
9 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
pcre
test
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
IP 3 words and a number
Matches an Ip and any 3 words and a number after separated by any number of spacing characters.
Submitted by
Attalward
-
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
-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
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
-2
4 upvotes, 6 downvotes (40% like it) (You must be signed in to vote)
pcre
Sample
no description available
Submitted by
anonymous
-
9 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
pcre
Find multiple XML documents in file
as title says
Submitted by
Doro
-
9 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
pcre
indonesian p0rn word filter
find and replace bad and p0rn indonesian words
Submitted by
teknokoplak
-
9 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Date YYYYMMDD
Date in format YYYYMMDD Year between [1900-2099] No leap year check but month 02 is limited to 29 days.
Submitted by
Ahmed Z
-
9 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Remove /* comments */ from CSS
no description available
Submitted by
JerseyMilker
-
9 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Version in Cordova config.xml
no description available
Submitted by
procek
-
9 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
RegEx within tags
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
Password filter
a regular expression validate the passowrd. The criteria is that the password should contain atleast one upper case and one lower case letter.
Submitted by
HMK
-
9 years ago
1
2
3
4
5
6
7
...
562
NUMBERS (integer, float, scientific notation)
Vote
-10
11 upvotes, 21 downvotes (34% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
[
+-
]
?
(
\pN
+
(
$
|
(?P>float)
?
e-
?
\pN
+
$
)
|
(?<float>
\pN
*
[
,.
]
\pN
+
)
)
/
gmui
Open regex in editor
Description
Loading markdown...
Submitted by
CSφ
- 9 years ago