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,400 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Visa MasterCard
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-04 21:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Discover
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-04 21:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Amex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-04 22:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
/^bingpla-/
ECMAScript (JavaScript)
bingpla- 广告
Submitted by
anonymous
-
4 years ago
2019-12-05 06:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Nordig Cellphone numbers
PCRE (PHP <7.3)
This regex tests wheter a string can validated as a nordic cellphonenumber
Submitted by
anonymous
-
4 years ago
2019-12-05 14:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
phone number*
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-05 15:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
password filter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-05 19:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
My Comment Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-06 00:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Qn2-August2009
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-06 09:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MM/YYYY validator between years
PCRE (PHP <7.3)
MM/YYYY validator between years
Submitted by
anonymous
-
4 years ago
2019-12-06 12:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract Apache2 Host File Config Data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-07 00:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Qn1-August2009
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-07 09:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Qn0-August2009
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-07 09:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-07 12:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ignore UPPER() and LOWeR() methods in WHERE clauses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-15 19:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
hello
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-09 07:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
example
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-09 07:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular expression to check MM/YYYY between ranges
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-09 08:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-12-09 22:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Guid with optional brackets
PCRE (PHP <7.3)
Pattern for a guid with optional brackets: 12345678-1234-1234-1234-123456789012 or {12345678-1234-1234-1234-123456789012}.
Submitted by
anonymous
-
4 years ago
2019-12-10 06:32
1
...
713
714
715
716
717
718
719
...
870
No repeating, no 1234567889,
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(?!
^
(
.
)
\1
{9,}
$
)
(?!
^
123456789
)
^
[
a
-
zA
-
Z0
-
9
]
{10,}
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
3 years ago
2020-07-30 18:01