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 15,040 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
iCal parser
PCRE (PHP <7.3)
Regex able to parse iCal to fetch, for example, the schedule of students.
Submitted by
anonymous
-
4 years ago
2019-11-29 18:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
iCal parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-09-12 23:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Checking All MS IE Browser by user-agents
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-02 03:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression For Address Street and Apartment (Unit) Numbers
PCRE (PHP <7.3)
The regular expression checks for the street numbers or apartment numbers of addresses. It also assumes that the numbers can have a prefix or suffix. Unit/Apartment numbers are of the form Unit Number/Street Number e.g. 10/12.
Submitted by
anonymous
-
4 years ago
2019-12-02 04:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
1200-2299 year validation
PCRE (PHP <7.3)
This regex validates the year 1200-2299.
Submitted by
anonymous
-
4 years ago
2019-12-02 18:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
identify values lower than 100000
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-02 19:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
iOS Chinese String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 10:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Europe - Czech Republic - - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Europe - Cyprus - - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Europe - Sweden - - SSN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Europe - Spain - - SSN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Europe - Estonia - - National ID Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
North America - United States - Illinois - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
North America - United States - Hawaii - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
North America - United States - Florida - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Age (in combination)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Gender (all derivations)Gender (all derivations)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Digital Identity - screen name, handle, login, nickname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IP Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bank Account
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-03 19:46
1
...
621
622
623
624
625
626
627
...
752
dbox-fileline with HTML comment
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(?:
^
<!--
\s
*
dbox:
(
.
+
?
)
\s
*
-->
$
|
^.
*
dbox:
(
.
+
?
)
\s
*
$
)
/
m
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-01-06 01:42