Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
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 >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 3,640 community submitted regex patterns...
0
Person Names
ECMAScript (JavaScript)
Awesome Latim first and last Person names
Submitted by
@Subversivo58
-
7 years ago
0
password must be 12-20 chars, atleast 1 number, 1 lower,1 uppercase, only !@#$%^&. allowed
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
valid letter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
半角カタカナ、英文字Regexp (Javascript)
ECMAScript (JavaScript)
許容文字 ・半角カタカナ ・英文字(大文字、小文字) ・半角スペース**
Submitted by
loliqoop
-
7 years ago
0
Line learning Google app hack
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
iso 8601 date with millisecond and timezone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
wqdwqd
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Checks for PHP classes with namespaces that haven't been imported.
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Find/replace with 1 group capture
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mustache Language parser regexp
ECMAScript (JavaScript)
Useful for parsing HTML templates written in mustache language. This regex does not support custom delimiter tags. For documentation see: http://mustache.github.io/mustache.5.html
Submitted by
anonymous
-
7 years ago
0
chinese phone number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Java Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
SRP
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Regex to match positive or negative number or empty string, but not '-' alone
ECMAScript (JavaScript)
no description available
Submitted by
myth
-
7 years ago
0
Regex for C-style assignments
Golang
no description available
Submitted by
cemares
-
7 years ago
0
Script Tag in html
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
File or directory path - Absolute or Relative, or empty string
ECMAScript (JavaScript)
This validates that the string is a File or directory path - Absolute or Relative, or empty string.
Submitted by
anonymous
-
7 years ago
0
大众点评营业时间
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
大众点评结婚板块地址
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Email validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
14
15
16
17
18
...
182
Community Library Entry
1
Regular Expression
Golang
`
^
[
A
-
Za
-
z0
-
9
\-
]
{5,30}
$
`
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago