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 11,680 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Credit card
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-13 02:26
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
WIN Logs aus JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-13 14:58
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
phones
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-13 20:21
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
USD regex
PCRE (PHP <7.3)
Regex to match USD currency in a text
Submitted by
anonymous
-
3 years ago
2021-01-14 08:58
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Extract Dirty `href` Values in HTML
PCRE (PHP <7.3)
Even though using a delimiter within a string, without escaping it, is an illegal character, sometimes this still happens and we need to extract a HTML value.
Submitted by
Sean O'Mahoney
-
3 years ago
2021-01-14 11:52
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
password with at least 1 special character
PCRE (PHP <7.3)
This regex is to describe the password which has at least 7 characters (OC) with at least a special one (SC). Of course, we know the SC may be in the first, second .... or last of the password. Also, we know the password maybe bigger than just 8. so I wrote the RE to accept any character (AC) from !...
Submitted by
EMAM1999
-
3 years ago
2021-03-24 16:28
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
NS:Task2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-20 07:03
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Extract domain from URL
PCRE (PHP <7.3)
'www.xakep.ru' === xakep 'http://github.com/carbonfive/raygun' === github 'https://www.cnet.com' === cnet 'xewveqmwcz90sl64.co/' === xewveqmwcz90sl64
Submitted by
anonymous
-
3 years ago
2021-01-20 09:17
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Valid URL RegEx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-21 01:43
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
FIND NUMBERS IN STRING
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-21 10:59
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Group 1 und Group 2 erkennen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-21 11:20
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Pesquisa palavras inicio e fim
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-21 12:47
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Number with format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-21 16:28
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Account Password Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-21 16:36
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
token
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-21 22:23
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Domain from URL
PCRE (PHP <7.3)
Matches everything before after // or www and before a period. If needed, replace the matched elements with blanks.
Submitted by
anonymous
-
3 years ago
2021-01-22 04:00
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
FR Anti Ancient Gene Search
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-22 09:40
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
expression for mike
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-22 19:26
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Case IDs and whitespace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-01-22 20:59
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Log Scan Sample
PCRE (PHP <7.3)
no description available
Submitted by
sdf
-
3 years ago
2021-01-22 23:38
1
...
96
97
98
99
100
101
102
...
584
Europe - Luxemburg - Email
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^\w
+
(
[
-+.'
]
\w
+
)*
@
\w
+
(
[
-.
]
\w
+
)*
\.
(?i)
lu
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-01-31 15:06