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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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,840 community submitted regex patterns...
0
Intuit
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Chatbot Test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Chatbot Test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Check email
ECMAScript (JavaScript)
Các trường hợp error khi validate email. Trường hợp sử dụng các từ tiếp theo như : / ! “ # $ % & ‘ ( ) = ~ | \ ^ : ; * + ? , ` [ ] { } Trường hợp sử dụng các từ ngoài kí tự tiếng anh trước Trường hợp sử dụng [.(dot), _(underscore)] 2 lần liên tiếp trở lên....
Submitted by
dinh_sinh
-
7 years ago
0
Check email
ECMAScript (JavaScript)
Case error when use a email address not valid. When use next character is: / ! “ # $ % & ‘ ( ) = ~ | \ ^ : ; * + ? , ` [ ] { } Case use character out of Alphabet english. Use [.(dot) or __(underscore)] twice times....
Submitted by
dinh_sinh
-
7 years ago
0
Regex String starting with * wrapped in single or double quotes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match everything between 2 strings - Including the strings and white space and new lines
ECMAScript (JavaScript)
Match everything between 2 strings - Including the strings and white space and new lines
Submitted by
anonymous
-
7 years ago
0
extract url from a text where URL is in the end of the string
ECMAScript (JavaScript)
extract url from a text where URL is in the end of the string
Submitted by
Kumar
-
7 years ago
0
Extract URL from a text / String
ECMAScript (JavaScript)
Extract an URL from a text / String. This one will extract multiple instances
Submitted by
Kumar Sundaram
-
7 years ago
0
Sustitución de espacios en blanco al final y al principio de una cadena.
Golang
no description available
Submitted by
anonymous
-
7 years ago
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
1
...
19
20
21
22
23
...
192
Proxy Matcher
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?P<IP>
(?:
[
1
-
9
]
|
[
1
-
9
]
[
0
-
9
]
|
1
[
0
-
9
]
{2}
|
2
[
0
-
1
]
[
0
-
9
]
|
22
[
0
-
3
]
)
(?:
\.
(?:
0
|
[
1
-
9
]
|
[
1
-
9
]
[
0
-
9
]
|
1
[
0
-
9
]
{2}
|
2
[
0
-
4
]
[
0
-
9
]
|
25
[
0
-
5
]
)
){3}
)
:
(?P<PORT>
(?:
[
1
-
9
]
|
[
1
-
9
]
[
0
-
9
]
{1,3}
|
[
1
-
5
]
[
0
-
9
]
{4}
|
6
[
0
-
4
]
[
0
-
9
]
{3}
|
65
[
0
-
4
]
[
0
-
9
]
{2}
|
655
[
0
-
2
]
[
0
-
9
]
|
6553
[
0
-
5
]
)
)
$
/
gm
Open regex in editor
Description
Validate 1-223.0-255.0-255.0-255:1-65535
Submitted by
dev.tntd2k2
-
a year ago