Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
0
Regexy uczelnia
Created
·
2022-12-23 14:55
Flavor
·
Python
Wyszukuje słowo Mikołaj
Submitted by
anonymous
0
Phone_number_test
Created
·
2022-12-23 18:39
Flavor
·
Python
Test
Submitted by
anonymous
0
russian phone number
Created
·
2022-12-23 19:07
Flavor
·
Python
That's work!
Submitted by
anonymous
0
test
Created
·
2022-12-26 11:50
Flavor
·
PCRE2 (PHP)
address\s\d+\srange\s(?\S+)\s*(?\S+)
Submitted by
anonymous
0
Scryfall - Cards with ability counters
Created
·
2022-12-26 20:28
Flavor
·
PCRE2 (PHP)
Find all cards with keyword ability counters in their oracle text.
Submitted by
anonymous
0
Cloudfront URL pointing to S3
Created
·
2022-12-27 06:23
Flavor
·
Python
Public Cloudfront URL that redirects to a S3 file
Submitted by
anonymous
0
Comma Separated Email Regex
Created
·
2022-12-27 06:32
Flavor
·
PCRE2 (PHP)
Comma Separated Email Regex
Submitted by
Kahnu
0
Lookahead/lookbehind DoB
Created
·
2022-12-27 17:04
Flavor
·
PCRE2 (PHP)
DoB with Lookahead and Look behind
Submitted by
Arif
0
Email
Created
·
2022-12-28 16:40
Flavor
·
ECMAScript (JavaScript)
Email
Submitted by
anonymous
0
匹配css变量
Created
·
2022-12-29 02:12
Flavor
·
PCRE2 (PHP)
匹配css变量
Submitted by
artiely
0
匹配css变量括号里的值
Created
·
2022-12-29 02:14
Flavor
·
PCRE2 (PHP)
匹配css变量括号里的值
Submitted by
artiely
0
Match substring of two matches in either order
Created
·
2022-12-29 16:01
Flavor
·
PCRE2 (PHP)
When you have a block of text and you want to find the shortest substring with one of two matches on either end, in either order.
Submitted by
Chris Barth <chrisjbarth@hotmail.com>
0
匹配两个不连续的::
Created
·
2022-12-30 04:15
Flavor
·
PCRE2 (PHP)
van:not(:hover) var::before
Submitted by
artiely
0
Detect Initial and final symbol
Created
·
2022-12-30 05:53
Updated
·
2022-12-30 05:58
Flavor
·
PCRE2 (PHP)
Detect Initial and final symbol
Submitted by
Neeraj Dhekale
0
link_checks
Created
·
2022-12-30 11:57
Flavor
·
Python
testing of link checking
Submitted by
anonymous
0
Remove HTML tags & attributes from text
Created
·
2022-12-30 13:42
Flavor
·
ECMAScript (JavaScript)
Removes html tags (including attributes) from text
Submitted by
Stino
0
1 to 4095
Created
·
2022-12-30 13:52
Flavor
·
PCRE2 (PHP)
1 to 4095
Submitted by
anonymous
0
extract data syslog format
Created
·
2022-12-30 14:01
Flavor
·
Python
Extract data of syslog.log format
Submitted by
anonymous
0
Remove Parentheses
Created
·
2022-12-31 03:57
Flavor
·
ECMAScript (JavaScript)
Codewars kata 6 kyu , about Regular Expression JavaScript, help meeeh
Submitted by
anonymous
0
GitLab conventional commits
Created
·
2022-12-31 14:51
Flavor
·
PCRE2 (PHP)
conventional commits regex for gitlab
Submitted by
anonymous
Previous page
1
…
877
878
879
880
881
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2022-12-29 02:14
Flavor
·
PCRE2 (PHP)
/
var
\(
(
[^
)
]
+
)
\)
/
gm
Open regex in editor
Description
匹配css变量括号里的值
Submitted by
artiely