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,260 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SSL - Mixed Content Search (http, with excludes)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-31 17:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SSL - Mixed Content Search (http, with excludes) + Exclude FatKit doc comments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-31 17:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CAS number expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-31 17:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CAS number within p element expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-31 17:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Test pour Jacques
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-31 17:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Rogue Cause Filter Regex Pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-31 19:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Egyptian mobile numbers
PCRE (PHP <7.3)
Phone length is exactly 11 Phone Prefix is with in allowed ones 010, 011, 012, 015
Submitted by
anonymous
-
4 years ago
2020-01-31 22:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ISO-8601 date parse
ECMAScript (JavaScript)
Works with 2015-04-03T13:56:24.0+00:00 (official) format, and 2015-04-03T13:56:24+0000 (PHP) format, too Also: 2015-12-31
Submitted by
Norbi
-
4 years ago
2020-02-01 08:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TEstar titulo de livros
PCRE (PHP <7.3)
testar lista do Ranking Gutenberg do Gutenberg.org
Submitted by
anonymous
-
4 years ago
2020-02-01 12:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MTR
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-01 22:14
(Last modified 2 years ago)
2021-10-02 00:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HTML hexadecimal emojis
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-01 22:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPV4 IP address match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-02 05:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Training Material: Find multiple occurence of same letter.
PCRE (PHP <7.3)
Find multiple occurence of same letter.
Submitted by
anonymous
-
4 years ago
2020-02-02 07:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Training Material: v
PCRE (PHP <7.3)
Find wrong commas and correct them.
Submitted by
anonymous
-
4 years ago
2020-02-02 16:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
One Digit Numbers
PCRE (PHP <7.3)
Found here https://stackoverflow.com/questions/6067592/regular-expression-to-match-only-alphabetic-characters
Submitted by
anonymous
-
4 years ago
2020-02-03 05:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
x:y => y x
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-03 07:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Adds ;
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-03 07:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
x# => float x
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-05 07:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
e
Python
e
Submitted by
anonymous
-
4 years ago
2020-02-03 11:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
f
PCRE (PHP <7.3)
f
Submitted by
anonymous
-
4 years ago
2020-02-03 11:14
1
...
729
730
731
732
733
734
735
...
863
comment separator
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(
.
*
)
(
(?:
\/\*
|
\/\/
|
--
)
.
*
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
8 years ago
2015-10-10 04:21