Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 5,840 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Test string contains Instapage URLs
ECMAScript (JavaScript)
Purpose List of Instapage URLs for testing against Todo Add www urls
Submitted by
anonymous
-
5 years ago
2019-04-02 16:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
is absolute url
ECMAScript (JavaScript)
found in https://stackoverflow.com/a/14720951/10715454 check string for absolute url (with domain and such) true example.com...
Submitted by
https://stackoverflow.com/users/114251/arun-p-johny
-
5 years ago
2019-04-02 16:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Separate Studio/Movie Title Info From Filename for Plex
Python
Separate Studio/Movie Title Info From Filename for Plex This regex is ultimately used by a Plex Media Server Agent to parse various information from a filename when Plex is scanning a media directory. The regex uses named groups studio and clip_name to store the information that is parses so that ...
Submitted by
anonymous
-
5 years ago
2019-04-09 04:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
金额校验
ECMAScript (JavaScript)
11位正整数,两位小数
Submitted by
anonymous
-
5 years ago
2019-04-10 07:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
中文校验
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-04-10 07:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
正整数
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-04-10 07:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
保留小数点后两位
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-04-10 07:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Properties
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-04-11 09:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UAE Phone Number Regex Validator
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-04-11 12:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-04-11 13:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-04-11 15:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
4
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-04-11 14:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex for everything after the last forward or backward slash endings with .mp3 string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-04-11 17:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URLS
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-04-12 14:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Detect PO Box Matches
ECMAScript (JavaScript)
Detects PO Box matches in address fields. Used to validate if address looks like a PO Box or not. This is needed for validation logic when businesses are not allowed to ship to PO Boxes.
Submitted by
anonymous
-
5 years ago
2019-04-12 14:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dimension
ECMAScript (JavaScript)
(\d?\d?\d{1}\d{1})|(^[5-9])
Submitted by
anonymous
-
5 years ago
2019-04-13 07:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Float number with e notation
ECMAScript (JavaScript)
Matches: 1.0 .01 1e-10 1.0e3 0.2e10
Submitted by
anonymous
-
5 years ago
2019-04-14 10:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find images paths
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-04-14 11:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ISO_8601
ECMAScript (JavaScript)
Matches strings in the ISO_8601 format. Named capture groups for year, month, date, hours, minutes, seconds, ms and timezone offset.
Submitted by
anonymous
-
5 years ago
2019-04-15 10:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RBPL WS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-04-15 13:36
1
...
251
252
253
254
255
256
257
...
292
GQL Parser
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
query
(?P<function_name>
\S
*
)
\s
+
?
(
\(
(?P<function_args>
.
+
?
)
\)
)?
\s
+
?
{
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-05-26 21:18