Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Pixel value as quoted string
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Integromat help
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Integromat help
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
div
单个标签匹配;
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Regex for JavaScript Templating
Selects everything between two pairs of curly braces
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
trim expression
("\s+|^[\w\s\w])|(\s+") replace "
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Stackdriver Monitoring
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Match WebView Inapp
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
test
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
name match
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
this is a title
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
ISO-8601 Date-only format
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
结巴去重
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
imp
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Only allow latin chars and whitespaces
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Word
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
urls
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
exclude
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
GitHub and GitLab URL detection
Detects github and gitlab urls and gives back the domain (either github.com or gitlab.com) and the author + repo name
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Find specific document cookie value
Finds the value of a specific cookie. Use it in in this format: alert(document.cookie.replace((?:(?:^|.;\s)test2\s\=\s().$)|^.*$)) The above code will find the value of the cookie called test2 and display it in a alert dialog.
Submitted by
anonymous
-
5 years ago
1
...
170
171
172
173
174
175
176
...
264
IPv4 address
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
javascript
/
(
1
?
\d
{1,2}
|
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
)
\.
(
1
?
\d
{1,2}
|
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
)
\.
(
1
?
\d
{1,2}
|
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
)
\.
(
1
?
\d
{1,2}
|
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
)
\/
?
(
\b
|
\/
32
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 5 years ago