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 17,120 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
actual
Python
no description available
Submitted by
anonymous
-
5 years ago
2018-06-12 15:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
strict major, minor, patch
Python
no description available
Submitted by
anonymous
-
5 years ago
2018-06-12 15:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
strict major, minor
Python
no description available
Submitted by
anonymous
-
5 years ago
2018-06-12 15:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Almega Formable
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-12 18:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
find irregular csv groupings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-13 03:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SCORM 2004 TIMEINTERVAL PCRE
PCRE (PHP <7.3)
Capture parts of SCORM 2004 TIMEINTERVAL format Format PyYdDnMS]] ...
Submitted by
Systho
-
5 years ago
2018-06-13 08:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
youtube iframe embed code src video id and params
ECMAScript (JavaScript)
Matches full src url and individual video id and params in a YouTube iframe embed tag.
Submitted by
Robert Klein Kromhof
-
5 years ago
2018-06-13 08:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
google index parsing (with titles and descriptions)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-13 10:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
email valiodator1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-13 12:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
domains
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-13 12:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CSRF Extractor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-13 18:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Url Redirect
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-14 03:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mikrotik framed-route
PCRE (PHP <7.3)
Framed-route for Mikrotik routers
Submitted by
anonymous
-
5 years ago
2018-06-14 08:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Time Zones
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-14 21:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
before / after
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-15 10:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
new line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-15 11:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Replace multi 's
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-16 15:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
js_htparser_extract_options
PCRE (PHP <7.3)
Extract the options from a rule in the js_htparser framework {{ request: key option1:value1 option2:value2 }} When executing the regex the matches will be: group1 = option key ( 1. iteration: option1, 2. iteration: option2 ) group2 = option value ( 1. iteration: value1, 2. iteration: value2 )
Submitted by
Alexander Bassov
-
5 years ago
2018-06-17 01:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
auto-gen-test-format
Python
no description available
Submitted by
anonymous
-
5 years ago
2018-06-17 16:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
OTS_BOOL_FNT_BEGIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2018-06-18 09:50
1
...
658
659
660
661
662
663
664
...
856
UEN regex
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(
(
S
|
T
)
(
[
a
-
zA
-
Z0
-
9
]
{9}
)
|
(
[
0
-
3
]
)
(
\d
{8}
)
(
[
A
-
Z
]
)
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2019-09-25 09:33