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 12,860 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Remove JSON value quotes
ECMAScript (JavaScript)
Removes quotes from value of JSON string
Submitted by
anonymous
-
3 months ago
2023-06-16 11:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
parse data URL
ECMAScript (JavaScript)
Parse Data URL like: data:image/png;base64,__iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==__
Submitted by
Alan S. Ferreira
-
3 months ago
2023-06-16 16:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Matches words and groups words in quotes
ECMAScript (JavaScript)
Spilt a string grouping words in quotes. String: First Last "Full Name" Matches: First|Last|"Full Name"
Submitted by
Frosty
-
3 months ago
2023-06-16 18:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
JavaScript camelCase
ECMAScript (JavaScript)
including digits and sequential uppercase letters
Submitted by
anonymous
-
3 months ago
2023-06-21 03:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
JavaScript kebab-case
ECMAScript (JavaScript)
including digits and double dashes
Submitted by
anonymous
-
3 months ago
2023-06-21 03:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Latin Character ranges
ECMAScript (JavaScript)
Latin Character ranges
Submitted by
anonymous
-
3 months ago
2023-06-23 09:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find last word and space of string
ECMAScript (JavaScript)
Foo Bar
Submitted by
anonymous
-
3 months ago
2023-06-26 03:43
(Last modified 3 months ago)
2023-06-26 03:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Camel-Case Splitter (preserves Acronyms)
.NET (C#)
Splits camel-case string and preserves acronyms
Submitted by
Tyler S.
-
3 months ago
2023-06-26 18:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Catch packages from 'tdnf list' output
Golang
Every valid line will be of the form: . . . NOTE: the distribution tag is expected to start with at least one letter and be followed by at least one digit.
Submitted by
anonymous
-
3 months ago
2023-06-26 18:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Валидность телефона Российской Федерации форматов "+7", "7", "8"
ECMAScript (JavaScript)
Работает с форматами +7, 7, 8 Варианты валидации любые.
Submitted by
anonymous
-
3 months ago
2023-06-28 18:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bangladeshi phone numbers
ECMAScript (JavaScript)
Matches all Bangladeshi SIM numbers
Submitted by
Mushfiq Talha
-
3 months ago
2023-07-05 18:44
(Last modified 3 months ago)
2023-07-05 18:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Add quotes to a malformed JSON string
ECMAScript (JavaScript)
This Regex allows to add double-quotes to a JSON string that is missing them. It assumes we have a space after the ":" and also after the ",".
Submitted by
anonymous
-
2 months ago
2023-07-06 11:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
whois
PCRE (PHP <7.3)
whois find param
Submitted by
anonymous
-
2 months ago
2023-07-06 15:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Old Discord Username Match
ECMAScript (JavaScript)
Detect and capture every part of the old discord username system
Submitted by
N0de
-
2 months ago
2023-07-07 02:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
New Discord Username
ECMAScript (JavaScript)
Validates if a username is valid or not on the new discord username system
Submitted by
anonymous
-
2 months ago
2023-07-07 02:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
legal edition of DCA
ECMAScript (JavaScript)
Extraigo la fecha del PDF de la edición legal del diario de Centroamérica
Submitted by
anonymous
-
2 months ago
2023-07-08 09:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Html tag match
ECMAScript (JavaScript)
Html tag match
Submitted by
anonymous
-
2 months ago
2023-07-10 06:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match path that starts with
ECMAScript (JavaScript)
In my nuxt automation I want to remove src from path because nuxt don't have src dir. hence I want to remove src prefix from all path
Submitted by
JD Solanki
-
2 months ago
2023-07-11 11:37
(Last modified 2 months ago)
2023-07-13 07:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Tracking Number Recognition and Parsing
PCRE (PHP <7.3)
T
Submitted by
anonymous
-
2 months ago
2023-07-12 16:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
reuse-patterns-using-capture-groups
ECMAScript (JavaScript)
resolving the free code camp reuse-patterns-using-capture-groups problem let repeatNum = "42 42 42"; let reRegex = /^(\d+)([" "])\1\2\1$/; ^ starts with (\d+) a digit with at least one char (or else will count spaces) and have a([" "])(space) after the digit and \1 to repeat the...
Submitted by
gabriel silva lima
-
2 months ago
2023-07-13 03:14
1
...
639
640
641
642
643
Regex for telephone numbers all over the world
72
410 upvotes, 338 downvotes (score 51.2%) (You must be signed in to vote)
Regular Expression
Recommended
This entry has been specifically selected by our team to be a great submission
ECMAScript (JavaScript)
/
\+
?
\d
{1,4}
?
[
-.
\s
]
?
\(
?
\d
{1,3}
?
\)
?
[
-.
\s
]
?
\d
{1,4}
[
-.
\s
]
?
\d
{1,4}
[
-.
\s
]
?
\d
{1,9}
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
Aditya Joshi
-
9 years ago
2014-04-08 07:58