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 3,780 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SEMS
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 16:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SEMS
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 16:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SEMS
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 16:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SEMS
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
sem
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
conatact
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
totalsource
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
acountant
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 17:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
totalsource
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-06-25 18:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Filter text inside square brackets and text before and after
ECMAScript (JavaScript)
This can be used for templating
Submitted by
anonymous
-
3 years ago
2020-06-26 16:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
0 or more quantifier (+, *)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-06-28 05:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
String to Number
ECMAScript (JavaScript)
String to Number
Submitted by
anonymous
-
3 years ago
2020-06-29 21:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Multilingual Website finding, information-extractive, regex. VERY USEFUL. NO CREDIT NEEDED
ECMAScript (JavaScript)
Website finder Author: Bryan Hu What does this does This can give you very useful information about the sites this regex extracts. It can extract the main domains of a variety of sites, give you...
Submitted by
Bryan Hu
-
3 years ago
2020-06-30 01:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Redux Action Type Parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-07-27 17:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URLs path level
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-09-09 15:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find White Space Only
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-07-29 13:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Text Between Quotation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-07-29 15:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Same Character repeated
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-07-29 20:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse multiline excel data
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-07-30 05:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Replacement 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-08-28 03:56
1
...
81
82
83
84
85
86
87
...
189
CPF Number Repetition
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Java 8
"
(
\d
){3}
\.
?
\1
{3}
\.
?
\1
{3}
-
?
\1
{2}
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
TheRockSaysOP
-
10 months ago
2023-02-18 17:28
(Last modified 10 months ago)
2023-02-18 17:40