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
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Cisco Mac address regex
just a a simple match for a mac address
Submitted by
celtic
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Jaba
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Url parser
Parse url with any complexity
Submitted by
Bohdanov Mikhail
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
dd/mm/yyyy inc. LeapYears
1900 - 2015. Useful for Birthdates
Submitted by
ChrisAbra
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
dates
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
WINCOR
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
foo
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
CATEGORY
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Text to Sentence with URLs
Text to sentence is easy, but not when there are URLs or website names inside the text.
Submitted by
khpatel4991
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
DD-MM-YYYY
Any date that as a valid month, a valid date and a year composed of 4 numbers. You can change the '-' caracter to any divider you want.
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
DevExpress AutoFilter: Keyword
Identify if string contains filter keyword
Submitted by
lina
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
URL with query
validate a url with or without query string and scheme
Submitted by
Ganey
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
email validation
if you want to validate user mail
Submitted by
amine.hallili@gmail.com
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
IRCCloud extract usernames
Extract the usernames out of a log dump from IRCCloud
Submitted by
Ivoah
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
email validation
checks that the mail is valid
Submitted by
amine.hallili@gmail.com
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Password Security and Validation
A password regex that has to have at least 1 uppercase caracter, 1 lowercase caracter, 1 special caracter and a digit
Submitted by
MestreMurai
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
validate 14,9 decimals
validate 14,9 decimals
Submitted by
Ganey
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
us phone numbers 1
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
US Phone Numbers 2
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Find label tags without for attributes
no description available
Submitted by
DevlshOne
-
7 years ago
1
...
588
589
590
591
592
593
594
...
727
uzbekistan phone number
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre2
/
^
(
!
?
){0}
(
[
+
]
){1}
(
[
998
]
){3}
\s
(
[
7
-
9
]
){1}
(
[
0
-
9
]
){1}
\s
(
[
0
-
9
]
){3}
\s
(
[
0
-
9
]
){2}
\s
(
[
0
-
9
]
){2}
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Elbek Khamdullaev
- 6 months ago