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 2,360 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
html link
PCRE2 (PHP >=7.3)
I used this to find and replace links in a large html file. It worked in the VSCode regex find and replace.
Submitted by
anonymous
-
3 years ago
2021-02-28 02:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
splitter
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-28 00:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
splitter
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-28 00:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-28 00:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
find correct assignment statements part 4
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-27 17:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
right operations +-*\
PCRE2 (PHP >=7.3)
no description available
Submitted by
xidios
-
3 years ago
2021-02-27 14:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Number from Statments
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-27 09:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
fcas4
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-27 09:02
(Last modified 3 years ago)
2021-02-27 17:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-27 08:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Rs Extraction
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-27 08:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
24 часовой формат / 12 часовой формат
PCRE2 (PHP >=7.3)
no description available
Submitted by
xidios
-
3 years ago
2021-02-27 04:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
mail mil reg
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-26 22:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Scene Report Parser
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-26 22:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
finding correct assignment statements part 3
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-26 20:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
BUN
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-26 19:12
(Last modified 3 years ago)
2021-02-26 19:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
9 digit mid IMB
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-26 18:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
6 digit mid IMB
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-26 18:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Split on Letters, Numbers, and Dashes
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-26 17:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
atleast one alphabet and only +_-@ specials
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-26 12:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get first number from string
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
3 years ago
2021-02-26 00:54
1
...
109
110
111
112
113
114
115
...
118
Discord name with both old and new name support
-1
1 upvotes, 2 downvotes (score 6.1%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
^
[^
#
]
{2,32}
#
\d
{3}
[
1
-
9
]
|
(?!
.
*
\.\.
)
[
a
-
z
\d
_.
]
{2,32}
€
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Fy17
-
7 months ago
2023-05-22 07:39