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 5,500 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
JavaScript Function w/ Recusive Parenthasis JavaScript Function w/ Recusive Parenthasis JavaScript Function w/ Recusive Parenthasis
PCRE2 (PHP >=7.3)
Regex that allows the following: foo(bar).qax(foo(bar).qax(foo(bar).qax(foo(bar).qax()))) Its sorta hard to make out whats going on, so I will just say it: ...
Submitted by
jD3V
-
a year ago
2022-05-18 14:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Jerem
PCRE2 (PHP >=7.3)
To match specific name based on season code
Submitted by
anonymous
-
a year ago
2022-05-19 15:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
markdown headings with underscore
PCRE2 (PHP >=7.3)
it still makes a few false positives
Submitted by
charliecalvert
-
a year ago
2022-05-19 22:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Replace anything not a letter or a hyphen
PCRE2 (PHP >=7.3)
Make folder/url safe use with eg sed: echo 'My fancy $thing' | sed 's//-/g' results in My-fancy--thing
Submitted by
anonymous
-
a year ago
2022-05-20 15:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
find between 2 strings
PCRE2 (PHP >=7.3)
find between 2 strings
Submitted by
anonymous
-
a year ago
2022-05-20 15:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Select links comment
PCRE2 (PHP >=7.3)
I have a lot of code that looks like this: Sometimes I wanna search for it. Helps me find instances of it in my code.
Submitted by
charliecalvert
-
a year ago
2022-05-20 16:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mez regex #1
ECMAScript (JavaScript)
This is the #1 regex used in Mez
Submitted by
anonymous
-
a year ago
2022-05-21 09:08
(Last modified a year ago)
2022-05-21 09:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bracket finder ( Mez regex #2 )
ECMAScript (JavaScript)
This is the #2 regex used in Mez
Submitted by
anonymous
-
a year ago
2022-05-21 09:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mez regex #3
ECMAScript (JavaScript)
This is the #3 regex used in Mez
Submitted by
anonymous
-
a year ago
2022-05-21 11:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Drealth
PCRE2 (PHP >=7.3)
just a normal text to the drealth emojis
Submitted by
NobreHD
-
a year ago
2022-05-22 14:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Normal URL
PCRE2 (PHP >=7.3)
Validates that all necessary parts of a "normal" domain are there (scheme, subdomain, secondary-level domain, top-level domain) and allows for additional subdirectories. Does not work for options like "mailto: example@email.com" or anything that does not stick to a typical web address URL.
Submitted by
Alexa J.
-
a year ago
2022-05-24 13:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
BIN ELO - 2022
ECMAScript (JavaScript)
Used to validate credit cards from ELO flag.
Submitted by
Searched in internet
-
a year ago
2022-05-24 16:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
cookie parser
ECMAScript (JavaScript)
Parser for cookies; works in HTTP servers AND front end
Submitted by
lopste / Vercte
-
a year ago
2022-05-25 02:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find Duplicate Characters in String
ECMAScript (JavaScript)
Given a string, find the duplicate characters.
Submitted by
Matthew Hiebing
-
a year ago
2022-05-25 03:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TTB fund acc 1
PCRE2 (PHP >=7.3)
my work space
Submitted by
anonymous
-
a year ago
2022-05-25 04:59
(Last modified a year ago)
2022-05-25 05:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
变成一行
ECMAScript (JavaScript)
把代码变成一行一个属性
Submitted by
naoyuyan
-
a year ago
2022-05-25 06:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find element with specific attribute (supports multiline element)
ECMAScript (JavaScript)
This will help you find all the v-btn component usage with prop color set to primary.
Submitted by
anonymous
-
a year ago
2022-05-26 06:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Shell multiline parser
ECMAScript (JavaScript)
Partially completed pattern for vscode-highlight
Submitted by
disco0
-
a year ago
2022-05-26 06:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
mr regexp
ECMAScript (JavaScript)
Рег
Submitted by
anonymous
-
a year ago
2022-05-27 10:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
email regex
ECMAScript (JavaScript)
check mail regex
Submitted by
anonymous
-
a year ago
2022-05-27 14:58
(Last modified 6 days ago)
2023-09-22 07:46
1
...
215
216
217
218
219
220
221
...
275
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