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)
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
84
295 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
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
javascript
Vimeo Video ID
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
YouTube Video PArser
no description available
Submitted by
Shafique
-
8 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Find any URL with no trailing slash
Not perfect, but better than none.
Submitted by
oneglory
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
DOS ASM label+opcode+rest
DOS ASM Label plus Opcode and operators
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
DOS ASM Ops
Matches ops of DOS ASM
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
print_build_data
URL to get build data from the api
Submitted by
anonymous
-
8 years ago
1
...
251
252
253
254
255
256
257
...
277
Matches percentage with any number of digits
Vote
-4
4 upvotes, 8 downvotes (33% like it) (You must be signed in to vote)
Regular Expression
python
r"
(
[
0
-
9
]
*
\.
?
[
0
-
9
]
*
)
\s
*
%
"
gmi
Open regex in editor
Description
Loading markdown...
Submitted by
sharkey
- 8 years ago