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 400 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
GO SDK V2
Golang
Go SDK v2
Submitted by
anonymous
-
10 months ago
2023-02-13 14:23
(Last modified 10 months ago)
2023-02-14 14:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password
Java 8
Password
Submitted by
Mohammed Elshaboury
-
10 months ago
2023-02-13 13:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
REACT SDK V3
Golang
React SDK V3
Submitted by
anonymous
-
10 months ago
2023-02-13 10:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Anime Xdcc Name + Episode Regex
Golang
Parse XDCC filename strings for a name and episode. Appears to work for most major bots but unreliable for any data other than name and episode number/version
Submitted by
anonymous
-
10 months ago
2023-02-11 04:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
OmegaT
Java 8
regular expressions used in OmegaT
Submitted by
anonymous
-
10 months ago
2023-02-10 08:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HTML Image Regex
Java 8
This code will find image files with .gif and .jpg extensions which are present in a HTML or CSS code. Here I am using the prefix '/asmproxy/' to identify the resource and then checking if extension ends with a .gif or .jpg. This Regex has its limitations as we are using prefix.
Submitted by
Suman Mummaneni
-
10 months ago
2023-02-03 11:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Business Address | WI | Trademark | USA
Java 8
s
Submitted by
anonymous
-
10 months ago
2023-01-30 17:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
carbon
Java 8
test1
Submitted by
anonymous
-
10 months ago
2023-01-30 16:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
log timestamp
Golang
extract time stamp from log entry
Submitted by
anonymous
-
10 months ago
2023-01-30 15:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Valid Scientific Notation Number
Java 8
A valid number can be split up into these components (in order): A decimal number or an integer. (Optional) An 'e' or 'E', followed by an integer. A decimal number can be split up into these components (in order):...
Submitted by
cliserkad
-
10 months ago
2023-01-25 19:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match gradle dependencies
Java 8
.
Submitted by
anonymous
-
a year ago
2023-01-12 02:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DSA
Java 8
dsa
Submitted by
DSA
-
a year ago
2023-01-10 16:21
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Analyze movie and series episode torrent name
Java 8
Analyze whether the torrent name is a Movie or TV Episode Inspired from https://regex101.com/library/yP4bY4 There is two versions, see differences at the bottom Groups:...
Submitted by
Hot Priest
-
a year ago
2023-01-09 15:47
(Last modified a year ago)
2023-01-09 15:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RE2 match of APRS-IS header information
Golang
This re2 (using Go in my case) matches the APRS-IS header. The format of the APRS-IS packet is TNC2 standard: SOURCE>DESTINATION,PATH:PACKET ...
Submitted by
Jack Hamm (jack@wv6l.net)
-
a year ago
2023-01-07 18:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Golang Get variables In Js
Golang
To get
Submitted by
anonymous
-
a year ago
2023-01-06 18:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Link Matcher v1
Java 8
The link matcher regex currently matches the most common types of links. *Removed other links
Submitted by
IkeVoodoo
-
a year ago
2023-01-03 09:14
(Last modified a year ago)
2023-01-03 09:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Decision Table
Java 8
Rules engine CSV Decision Table expression
Submitted by
Vincent Wautelet
-
a year ago
2022-12-21 11:08
(Last modified a year ago)
2023-01-09 10:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date String ISO Pattern
Golang
Date String ISO Pattern matcher
Submitted by
Lucas Morais
-
a year ago
2022-12-19 15:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TatraBanka AMOUNT_VALUE
Java 8
some descriptoin
Submitted by
Inez van Acker, Robert Schulz
-
a year ago
2022-12-16 16:24
(Last modified 6 months ago)
2023-06-14 09:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
email valid
Java 8
email validation
Submitted by
Hoot
-
a year ago
2022-12-12 02:29
1
2
3
4
5
6
7
...
20
test
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
<
(
.
*
?
)
>
(
.
*
?
)
<
(?=
\/
)
\/
.
*
?
>
/
isu
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
9 years ago
2015-03-24 15:24