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
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Workspaces
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
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
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
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
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
number
This is for the validation of number
Submitted by
Noby nirmal
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
JSON (In progress)
Regex to qoute a JSON-string
Submitted by
Lars Willighagen
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Quote JSON keys
Regex to quote keys to parse a string of relaxed JSON. Rules: No ':', '"' or newline in keys allowed
Submitted by
Lars Willighagen
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
Find a quoted unix style path in text block
Find a quoted unix style path in text block, breaking the text block into constituent parts, 1 before the quoted path starts 2 the path 3 the filename 4 whats left
Submitted by
AndyGif
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
zepit multiline
no description available
Submitted by
antoine
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Date expression
yyyy-mm-dd
Submitted by
Alan
-
7 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Telefonnummer E.123
no description available
Submitted by
Frank Mattes
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Strip the Headers from a response where JSON is present
HTTP/1.0 404 Not Found Cache-Control: no-cache Content-Type: application/json {"validation_message":'...'} ...
Submitted by
John B.
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
phone number
no description available
Submitted by
Dries Werckx
-
7 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Cartão de Crédito ELO
Realiza a identificação dos novos BIN's de cartão de crédito ELO.
Submitted by
mkrypka
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Firstname Lastname(double)
Example: ANDA IVANOVA-KRIVONOGOVA
Submitted by
KSrGEAR
-
7 years ago
0
1 upvotes, 1 downvotes (50% 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
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
All Same Number
Check all the numbers are same in a string.
Submitted by
DJA
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Set in String
no description available
Submitted by
Mohammad
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
Arabic letters Regex
Regex for matching only Arabic letters characters
Submitted by
Waleed Abo Bakr Mahmoud
-
7 years ago
1
...
259
260
261
262
263
264
265
...
367
jQuery Validation Email Regex
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(
(
(
[
a
-
z
]
|
\d
|
[
!#
\$
%&'
\*\+\-\/
=
\?\^
_`{
\|
}~
]
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)+
(
\.
(
[
a
-
z
]
|
\d
|
[
!#
\$
%&'
\*\+\-\/
=
\?\^
_`{
\|
}~
]
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)+
)*
)
|
(
(
\x22
)
(
(((
\x20
|
\x09
)*
(
\x0d\x0a
))?
(
\x20
|
\x09
)+)?
((
[
\x01-\x08\x0b\x0c\x0e-\x1f\x7f
]
|
\x21
|
[
\x23-\x5b
]
|
[
\x5d-\x7e
]
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)|
(
\\
(
[
\x01-\x09\x0b\x0c\x0d-\x7f
]
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)))
)*
(
((
\x20
|
\x09
)*
(
\x0d\x0a
))?
(
\x20
|
\x09
)+
)?
(
\x22
)
)
)
@
(
(
(
[
a
-
z
]
|
\d
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)
|
(
(
[
a
-
z
]
|
\d
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)
(
[
a
-
z
]
|
\d
|
-
|
\.
|
_
|
~
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)*
(
[
a
-
z
]
|
\d
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)
)
)
\.
)+
(
(
[
a
-
z
]
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)
|
(
(
[
a
-
z
]
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)
(
[
a
-
z
]
|
\d
|
-
|
\.
|
_
|
~
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)*
(
[
a
-
z
]
|
[
\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF
]
)
)
)
$
/
i
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 8 years ago