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
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
python
Email id
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
float
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Machine readable passport number (second line)
Second line of the machine readable passport, based on the excellent article here - http://www.highprogrammer.com/alan/numbers/mrp.html
Submitted by
Leigh Garland
-
8 years ago
-2
0 upvotes, 2 downvotes (0% like it) (You must be signed in to vote)
python
checklists item
checklists item
Submitted by
Tobias Hochgürtel
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Get directive names from javascript code
Get directive names from javascript code
Submitted by
OnlineCop
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
file extension
get the file extension of a given filename
Submitted by
Simon Taylor
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
re
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
SharePoint File Name Vaidation
The file name validation algorithm from MS KB905231, I assumed the prohibited suffixes included the file extension. I.e. 'foo.doc.files' would not match but 'foo.files.doc' would.
Submitted by
David Nelson
-
8 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
python
finds the instance of two or more repeating letters
no description available
Submitted by
cp0153
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
Date format
date should be in format YYYYMMDDHHMMSS
Submitted by
Prashant Kumar Dubey
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
fact refactor
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
twitter usernames
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
token
replace token like [foo:bar:ba zz]
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
search text matching any word
search text matching any word
Submitted by
Hiren Shah
-
8 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
javascript
date format regex for MM/dd/yyyy in javascript
no description available
Submitted by
anonymous
-
8 years ago
-2
3 upvotes, 5 downvotes (38% like it) (You must be signed in to vote)
javascript
Date format regex for ddMMMyyyy
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
author bibtext
no description available
Submitted by
anonymous
-
8 years ago
3
8 upvotes, 5 downvotes (62% like it) (You must be signed in to vote)
javascript
Social Security Number (SSN)
tests for valid social security numbers according to the social security administration. more specifically: -disallows a group to have all 0s -disallows first group to have all 6s -disallows a ssn to begin with 9 note that this does not test for issued ssn's. that would be impossible to implement h...
Submitted by
noxToken
-
8 years ago
85
296 upvotes, 211 downvotes (58% like it) (You must be signed in to vote)
javascript
Password Validation
Checks that a password has a minimum of 6 characters, at least 1 uppercase letter, 1 lowercase letter, and 1 number with no spaces.
Submitted by
Christian Klemp
-
8 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
javascript
Email validator JavaScript
Validates all possible emails with western and cyrilic chars.
Submitted by
hudsonvsm
-
8 years ago
1
...
251
252
253
254
255
256
257
...
278
Check syntax port ACL VNG
Vote
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(?=
.
*
?
[
1
-
9
]
)
[
0
-
9
\\
,
\\
-
]
+
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
nguyenvq
- 8 years ago