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,460 community submitted regex patterns...
0
JS ErrorParsing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
StringUtils is blank
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
task6
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Detect non-ASCII characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
中英文 特殊字符 30位
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
中英文 特殊字符 30位
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Commit GitLab
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mocha Atom Build system Regexp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mocha Atom Build system Regexp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match all lowercase consonants
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
extract cLasses ◂ outerHTML
ECMAScript (JavaScript)
An exhibit of Markdown This note demonstrates some of what Markdown is capable of doing. Note: Feel free to play with this page. Unlike regular notes, this doesn't automatically save itself. ...
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression - Invalid Characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Time Formatting
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression - Invalid Characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression - Is Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression - Is Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
HSL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
js CC validation regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
6
7
8
9
10
...
173
Community Library Entry
2
Regular Expression
.NET 7.0 (C#)
@"
^
(
(
\+
?
(
61
\W
?
4
)
)
|
(
04
)
)
\W
?
(
(
[
0
-
9
]
{2}
\W
[
0
-
9
]
{3}
\W
[
0
-
9
]
{3}
)
|
(
[
0
-
9
]
{8}
)
|
(
[
0
-
9
]
{4}
\W
[
0
-
9
]
{4}
)
|
(
[
0
-
9
]
{2}
\W
[
0
-
9
]
{6}
)
)
$
"
Open regex in editor
Description
validates against multiple common formats
Submitted by
anonymous
-
2 years ago