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)
CSS base64 data stream
ECMAScript (JavaScript)
Match Base64 data stream inside CSS file (WOFF/WOFF2)
Submitted by
Anoir Ben Tanfous
-
2 years ago
2022-04-07 08:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
分组
ECMAScript (JavaScript)
显示分组
Submitted by
Jason
-
2 years ago
2022-04-08 04:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match Internal Links
ECMAScript (JavaScript)
Detect internal links in page
Submitted by
anonymous
-
2 years ago
2022-04-10 11:33
(Last modified 2 years ago)
2022-04-10 12:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match markdown link
ECMAScript (JavaScript)
Regex match markdown link
Submitted by
anonymous
-
2 years ago
2022-04-11 07:40
(Last modified 2 years ago)
2022-04-11 07:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
WinSCP file list parse
ECMAScript (JavaScript)
Capture details of file sizes and names from a ls listing from WinSCP
Submitted by
anonymous
-
2 years ago
2022-04-11 13:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
C++ Expression Match
PCRE2 (PHP >=7.3)
Matches most expressions, doesn't match keywords like new or throw or lambdas.
Submitted by
anonymous
-
2 years ago
2022-04-12 13:32
(Last modified 2 years ago)
2022-04-12 14:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
US Number
PCRE2 (PHP >=7.3)
I write this to complete the Freecodecamp asssignment. This page very helpful Thanks aksonai for bringing me here
Submitted by
anonymous
-
2 years ago
2022-04-13 12:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
div change to button
ECMAScript (JavaScript)
div change to button
Submitted by
mtac
-
2 years ago
2022-04-13 14:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
my TODOs in IntelliJ
PCRE2 (PHP >=7.3)
looks for TODO followed by jundan. Ignoring capitalization.
Submitted by
Daniel Jr
-
2 years ago
2022-04-13 16:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Positive Integer
ECMAScript (JavaScript)
(/^\d{0,}(([.]{1})?\d?){0,}$/gi
Submitted by
Wasiu Ramoni
-
2 years ago
2022-04-13 19:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Matches everything but digits and allows for one decimal point.
ECMAScript (JavaScript)
Matches everything but digits and allows for one decimal point. cannot start with a negative Allowed: 123...
Submitted by
Random Guy 70hz
-
2 years ago
2022-04-13 19:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
QueryString and Datasource
ECMAScript (JavaScript)
asdasd
Submitted by
anonymous
-
2 years ago
2022-04-14 09:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find Translation Tags in Wordpress
PCRE2 (PHP >=7.3)
Find tags matching: __('Some string to translate','some-domain')
Submitted by
anonymous
-
2 years ago
2022-04-14 11:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Website Regex
ECMAScript (JavaScript)
Finds all website URLs
Submitted by
JohnnyJTH
-
2 years ago
2022-04-14 19:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Log Capture
PCRE2 (PHP >=7.3)
Capture the date, host, message type, and message from the patterns in the log file.
Submitted by
Nicholas Tower
-
2 years ago
2022-04-15 03:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
<style>标签的匹配
PCRE2 (PHP >=7.3)
标签的匹配
Submitted by
anonymous
-
2 years ago
2022-04-15 04:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
<script>标签的匹配
PCRE2 (PHP >=7.3)
标签的匹配
Submitted by
anonymous
-
2 years ago
2022-04-15 04:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UPN Compiladores
PCRE2 (PHP >=7.3)
UPN Compiladores
Submitted by
anonymous
-
2 years ago
2022-04-15 18:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ipv4
PCRE2 (PHP >=7.3)
Find ipv4 addresses
Submitted by
anon
-
2 years ago
2022-04-15 18:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test
PCRE2 (PHP >=7.3)
test
Submitted by
test
-
2 years ago
2022-04-16 17:16
1
...
216
217
218
219
220
221
222
...
280
1
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
https:
\/\/
iframe
\.
dacast
\.
com
\/
vod
\/
[
a
-
zA
-
Z0
-
9-
]
{5,}
\/
(
[
a
-
zA
-
Z0
-
9-
]
{5,}
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
2 years ago
2022-05-31 15:47
(Last modified 2 years ago)
2022-05-31 16:30