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,600 community submitted regex patterns...
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
2
3 upvotes, 1 downvotes (score 30.1%) (You must be signed in to vote)
URI Parser
ECMAScript (JavaScript)
A simple parser to exact all the components of a URI/URL as named groups
Submitted by
Vespion
-
3 months ago
2023-06-24 15:25
(Last modified 3 months ago)
2023-06-27 00:08
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Extract form HTML in Make (Integromat)
ECMAScript (JavaScript)
In Make (Integromat) I want to extra data in email formated in HTML I need to extract : The value for First Name, Last Name, Adresse, Zip code, City
Submitted by
anonymous
-
3 months ago
2023-06-24 12:53
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
-1
0 upvotes, 1 downvotes (score 0%) (You must be signed in to vote)
IPv4 Address Match
ECMAScript (JavaScript)
Matches IP addresses
Submitted by
jimbrig
-
3 months ago
2023-06-22 21:34
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)
JavaScript camelCase
ECMAScript (JavaScript)
including digits and sequential uppercase letters
Submitted by
anonymous
-
3 months ago
2023-06-21 03:29
-1
0 upvotes, 1 downvotes (score 0%) (You must be signed in to vote)
Email with (TLD match)
ECMAScript (JavaScript)
Match an email address and the TLD (.com, .net, .org etc) String: test@test.net Matches: test@test.net|.net
Submitted by
Frosty
-
3 months ago
2023-06-16 19:08
(Last modified 3 months ago)
2023-06-16 19: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)
parse data URL
ECMAScript (JavaScript)
Parse Data URL like: data:image/png;base64,__iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==__
Submitted by
Alan S. Ferreira
-
4 months ago
2023-06-16 16:09
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
-
4 months ago
2023-06-16 11:28
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
TH̘Ë͖́̉ ͠P̯͍̭O̚N̐Y̡ H̸̡̪̯ͨ͊̽̅̾̎Ȩ̬̩̾͛ͪ̈́̀́͘ ̶̧̨̱̹̭̯ͧ̾ͬC̷̙̲̝͖ͭ̏ͥͮ͟Oͮ͏̮̪̝͍M̲̖͊̒ͪͩͬ̚̚͜Ȇ̴̟̟͙̞ͩ͌͝S̨̥̫͎̭ͯ̿̔̀ͅ
Python
This would appear to violate the premise of this famous StackOverflow answer, however this is not parsing as such, only matching or heuristic identification. Technically, all text is HTML if served to a browser in such a way that the browser chooses to interpret it that way, e.g. using a text/html ...
Submitted by
Alice Bevan-mcgregor
-
4 months ago
2023-06-15 18:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
001~999之间的整数
Python
匹配001~999之间的整数
Submitted by
jgx
-
4 months ago
2023-06-14 11:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Options symbol parse
ECMAScript (JavaScript)
parse option symbol
Submitted by
anonymous
-
4 months ago
2023-06-13 18:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Markdown JSON codeblock match
ECMAScript (JavaScript)
Useful to extract JSON from LLM markdown responses
Submitted by
Lamer217
-
4 months ago
2023-06-13 13:34
(Last modified 4 months ago)
2023-06-13 15:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
scriptpak №1
Python
scriptpak №1
Submitted by
anonymous
-
4 months ago
2023-06-13 10:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match ipv4 dynamic add
Python
match ipv4 dynamic add
Submitted by
anonymous
-
4 months ago
2023-06-12 14:33
-1
0 upvotes, 1 downvotes (score 0%) (You must be signed in to vote)
GitHub issue link
ECMAScript (JavaScript)
todo
Submitted by
sadespresso
-
4 months ago
2023-06-12 09:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配任何小数,小数点后不保留0
ECMAScript (JavaScript)
匹配任何小数,小数点后不保留0
Submitted by
anonymous
-
4 months ago
2023-06-11 11:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
last last name wo suffix1
Python
last last name wo suffix1
Submitted by
josh
-
4 months ago
2023-06-09 16:09
1
2
3
4
5
6
7
...
280
Filename without extension
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
(?:
[^
<>:;,?"*|/.
]
+
(?=
\.
?
|
$
)
|
[^
<>:;,?"*|/
]
+
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 months ago
2023-04-17 18:59