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 18,000 community submitted regex patterns...
0
Find Paths
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Regrex email 64@255.2
ECMAScript (JavaScript)
Regrex email before @ is = 2 characters Lenght all of email <= 320 character
Submitted by
anonymous
-
8 years ago
0
Regrex email 64@255.2
ECMAScript (JavaScript)
Regrex email before @ is = 2 characters Lenght all of email <= 320 character
Submitted by
anonymous
-
8 years ago
0
IO
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
NUMREG
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
POSREG
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
PRG
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
^(0|[1-9]\d*)$
PCRE (PHP <7.3)
Only input number
Submitted by
anonymous
-
8 years ago
0
name unicode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Intuit
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Java Map output to JSON String
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Linux Logs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Chatbot Test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Chatbot Test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Find unescaped quotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 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
-
8 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
-
8 years ago
0
Regex to match key in json
PCRE (PHP <7.3)
((?<=key).*)(?=:|,)
Submitted by
anonymous
-
8 years ago
0
filepath
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Fields
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
408
409
410
411
412
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
@
(?<planet>
[
A
-
Z,a
-
z
]
+
)
(?:
[^
@
\-
!:
]
+
)?
:
(?<population>
[
\d
]
+
)
(?:
[^
@
\-
!:
]
+
)?
!
(?<type>
[
A|D
]
)
!
(?:
[^
@
\-
!:
]
+
)?
->
(?<soldiers>
[
\d
]
+
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago