Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 3,480 community submitted regex patterns...
0
allow Cyrillic and latin alphabets, no special charcters
Created
·
2016-02-12 05:23
Flavor
·
ECMAScript (JavaScript)
allows email, text and numbers in latin and cyrillic alaphbets.but prevents special charcters: Hello, example@mail.com Меня зовут Боб
Submitted by
Kez
0
US Telephone number
Created
·
2016-02-14 08:05
Flavor
·
ECMAScript (JavaScript)
Regex for validating us telephone number as per freecodecamp testcases-
Submitted by
Yashdeep Hinge
0
"^\d*\.?((25)|(50)|(5)|(75)|(0)|(00))?$"
Created
·
2016-02-18 10:26
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
href parse v2
Created
·
2016-02-21 22:32
Flavor
·
ECMAScript (JavaScript)
matches href, title, innerhtml
Submitted by
chrysls
0
UK Postcode
Created
·
2016-02-23 20:56
Flavor
·
ECMAScript (JavaScript)
Tests UK Postcode with alternative for Postcode Prefix
Submitted by
Calvin Willman
0
text validation
Created
·
2016-02-26 10:31
Flavor
·
ECMAScript (JavaScript)
allows white spaces, -, Umlaut and ß
Submitted by
anonymous
0
At least 8 chars, at least a Mayus or special char & at least a number
Created
·
2016-03-08 17:10
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Luis Arias :D
0
Check That User Has Input Valid YYYY
Created
·
2016-03-10 21:43
Flavor
·
ECMAScript (JavaScript)
This simple regex checks if a user has input correct YYYY format.
Submitted by
@izotope115
0
Validates Against YYYY
Created
·
2016-03-10 21:51
Flavor
·
ECMAScript (JavaScript)
This regex checks if a user has input 4 digit year integer.
Submitted by
@izotope115
0
ContentPlace Xml Tag
Created
·
2016-03-11 13:18
Flavor
·
ECMAScript (JavaScript)
ContentPlace Xml Tag
Submitted by
Saeed Tabrizi
0
Regex Fecha yyyy-MM-dd
Created
·
2016-03-11 16:42
Flavor
·
ECMAScript (JavaScript)
valida fechas de 19## a 20##, en formato yyyy-MM-dd
Submitted by
http://www.regular-expressions.info/dates.html
0
Payment process
Created
·
2016-03-14 09:05
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
get lowercase letters
Created
·
2016-03-14 12:52
Flavor
·
ECMAScript (JavaScript)
get lowercase letters
Submitted by
jho
0
Workspaces
Created
·
2016-03-14 14:24
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Workspace case insensitive
Created
·
2016-03-14 14:25
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Website url maxLength 50
Created
·
2016-03-22 18:59
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Josiah
0
Match special characters excl. unicode accented, _, -, and whitespace
Created
·
2016-03-23 14:53
Flavor
·
ECMAScript (JavaScript)
Covers Latin-1 Supplement Latin Extended-A Latin Extended-B Greek and Coptic
Submitted by
anonymous
0
number
Created
·
2016-03-28 05:55
Flavor
·
ECMAScript (JavaScript)
This is for the validation of number
Submitted by
Noby nirmal
0
JSON (In progress)
Created
·
2016-03-28 14:00
Flavor
·
ECMAScript (JavaScript)
Regex to qoute a JSON-string
Submitted by
Lars Willighagen
0
Quote JSON keys
Created
·
2016-03-29 15:46
Flavor
·
ECMAScript (JavaScript)
Regex to quote keys to parse a string of relaxed JSON. Rules: No ':', '"' or newline in keys allowed
Submitted by
Lars Willighagen
Previous page
1
…
76
77
78
79
80
…
174
Next page
Community Library Entry
0
Regular Expression
Created
·
2016-01-22 05:32
Flavor
·
ECMAScript (JavaScript)
/
(
(?:
https
?
\:\/\/
|
www
\.
)(?:
[
-a
-
z0
-
9
]
+
\.
)*
[
-a
-
z0
-
9
]
+
.
*
)
/
i
Open regex in editor
Description
no description available
Submitted by
anonymous