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
我的test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Lobeto level_number
ECMAScript (JavaScript)
Regex to decode level_number, stare_case and door in a single string
Submitted by
anonymous
-
4 years ago
0
Capturing group
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
v1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
P7002 RegEx to recognize a text pattern
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Lấy nội dung tên tiếng việt
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
zyBooks Compare Output test with Input
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
zyBooks Compare Output test with Input
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
zyBooks Compare Output test with optional Input
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
zyBooks Compare Unit test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Remove empty line ➜ ^\s*[\r\n]
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
indent
ECMAScript (JavaScript)
(.+?)((\n\s.*)+)
Submitted by
anonymous
-
4 years ago
0
From the end till the first delimiter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Markdown code block
ECMAScript (JavaScript)
^({3}.\n\r?^{3})
Submitted by
anonymous
-
4 years ago
0
Capital Social-
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
matching for expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Url
ECMAScript (JavaScript)
Url minus Protocol
Submitted by
Website
-
4 years ago
0
Match string not containing a string
ECMAScript (JavaScript)
Match every string that does not contain "user/m"
Submitted by
anonymous
-
4 years ago
0
Match any django block tag that is not a common one
ECMAScript (JavaScript)
\s*(?!(blocktrans|load|extends|trans|endblocktrans|if|endif|include|endblock|block)\b)
Submitted by
anonymous
-
4 years ago
0
From error to end of line
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
142
143
144
145
146
...
182
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
[
P
]
)
\w
+
\s\w
+
\s\w
+
\s\w
+
\s
?
\w
+
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago