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
id regex
this regular expression can be used for validating id
Submitted by
noby nirmal
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
dot detector in floating point number
This regex will detect . any number of times between numbers
Submitted by
noby nirmal
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Phone number matcher
Country code 1
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Match special characters excl. unicode accented, _, -, and whitespace
Covers Latin-1 Supplement Latin Extended-A Latin Extended-B Greek and Coptic
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
check trailing slash domain
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
correlation challenge
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
Inside single quotes
no description available
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Website url maxLength 50
no description available
Submitted by
Josiah
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Notice and deprecated php error message
get the notice or deprecated from php on your content
Submitted by
Guss
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Test
no description available
Submitted by
test1
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
last URL argument
A way to match the last URL argument that allows arguments to contain any characters except '#' and '/'. Assumes that URL argument separator is '/' and that the list starts with '#'. Clearly, not universal!
Submitted by
A. Roberts
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Selectors.io Attribute Selector Implementation
no description available
Submitted by
James Donnelly, Selectors.io
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
email validation
email validation
Submitted by
Guti
-
7 years ago
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
javascript
US Telephone Number
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
Time -12 hours format with AM and PM
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
System names
no description available
Submitted by
anonymous
-
7 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
javascript
Unicode alphanumeric (any language) with whitespaces
Match any alphanumeric string in any language. White spaces are allowed. (Usefull for ECMAScript 5)
Submitted by
Angelos Gkountis
-
7 years ago
-1
1 upvotes, 2 downvotes (33% like it) (You must be signed in to vote)
javascript
Only letters without numbers
no description available
Submitted by
anonymous
-
7 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
Find untranslated strings, angular
no description available
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Workspace case insensitive
no description available
Submitted by
anonymous
-
7 years ago
1
...
140
141
142
143
144
145
146
...
184
password validation
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(?=
.
{8,}
)
(?=
.
*
[
A
-
Z
]
{1,}
)
(?=
.
*
[
a
-
z
]
{1,}
)
(?=
.
*
[
!"#%&()*+,.:/;<=>?@[_`{|}~
\]\'\$\-\^\\
]
{1,}
)
(?=
.
*
[
0
-
9
]
{1,}
)
/
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 7 years ago