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,640 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Author cite
Python
Get author names from shitty import
Submitted by
anonymous
-
6 months ago
2023-05-30 13:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
chit_kaung_song_names
Python
Extract Singer Chit Kaung's song names in Myanmar + English
Submitted by
paing
-
6 months ago
2023-05-31 06:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配中文数字,用于逆向文本标准化
Python
大部分应当匹配的数字都匹配上了。 第2个捕获组,即是内容(可能加的有单位,需要手动去除)
Submitted by
HaujetZhao
-
6 months ago
2023-05-31 13:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Valid HTTP url
Python
Matches in python valid urls (excludes some edge cases), but pretty good to verify an URL before scraping it
Submitted by
anonymous
-
6 months ago
2023-05-31 13:32
(Last modified 6 months ago)
2023-06-02 15:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Official Emeil validation Regex
ECMAScript (JavaScript)
Regex from the Mail::RFC822::Address: regexp-based address validation Access here
Submitted by
Igor Julliano Aguiar Sotero
-
6 months ago
2023-06-01 13:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
fcc-title-case-a-sentence
ECMAScript (JavaScript)
a regex to find first letter of each word
Submitted by
anonymous
-
6 months ago
2023-06-05 03:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPv4-CIDR
ECMAScript (JavaScript)
Match IPv4-CIDR (JavaScript)
Submitted by
fwqaaq
-
6 months ago
2023-06-05 12:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Redis command parser
ECMAScript (JavaScript)
Modified source from https://stackoverflow.com/a/64833638/1454045
Submitted by
Nathaniel Schweinberg
-
6 months ago
2023-06-05 15:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex para Versión de Software
Python
Aún está pendiente que detecte ciertas versiones, como cuando trae la fecha o el 32/64 bits, build X, entre otros ejemplos
Submitted by
anonymous
-
6 months ago
2023-06-06 17:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CSS @import statement
ECMAScript (JavaScript)
Matches CSS @import statements with media and layer support
Submitted by
anonymous
-
6 months ago
2023-06-07 10:58
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
-
6 months ago
2023-06-09 16:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配任何小数,小数点后不保留0
ECMAScript (JavaScript)
匹配任何小数,小数点后不保留0
Submitted by
anonymous
-
6 months ago
2023-06-11 11:42
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
-
6 months ago
2023-06-12 14:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
scriptpak №1
Python
scriptpak №1
Submitted by
anonymous
-
6 months ago
2023-06-13 10:38
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
-
6 months ago
2023-06-13 13:34
(Last modified 6 months ago)
2023-06-13 15:17
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
-
6 months ago
2023-06-13 18:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
001~999之间的整数
Python
匹配001~999之间的整数
Submitted by
jgx
-
6 months ago
2023-06-14 11:42
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
-
6 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
-
6 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
-
6 months ago
2023-06-16 18:50
1
...
277
278
279
280
281
282