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)
3 voyels word
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-30 14:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
substitute python comment
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-30 14:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Detect queries and whitespace before each of them
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-30 16:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Detect queries and whitespace after each of them
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-30 16:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
GQL statement capturer
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-06-01 03:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Airtel Unlimited Plan
Python
Airtel Unlimited Plan
Submitted by
starkm42
-
2 years ago
2022-04-04 05:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
usa number
ECMAScript (JavaScript)
using this regular expression you can implement usa number validation.
Submitted by
ebuy
-
2 years ago
2022-04-05 10:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Sign-In with Ethereum
ECMAScript (JavaScript)
This is the complete Sign-In with Ethereum RegExp implementation
Submitted by
anonymous
-
2 years ago
2022-04-05 14:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extract id in filename psd from path ftp
ECMAScript (JavaScript)
extract id in filename psd from path ftp
Submitted by
loochanin
-
2 years ago
2022-04-05 16:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match Time HH:MM:SS
ECMAScript (JavaScript)
It checks for time in 24hr format with colon separator
Submitted by
OMKAR AGRAWAL
-
2 years ago
2022-04-06 08:37
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)
Remove Trailing Number
Python
Regex for the gvsbuild tool to remove a trailing number from a project name.
Submitted by
anonymous
-
2 years ago
2022-04-10 12:24
(Last modified 2 years ago)
2022-04-10 14:06
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)
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)
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
1
...
248
249
250
251
252
253
254
...
282
SUBTOTAL
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(
^
S
[
A
-
Z
]
*
\
[
0
-
9
\.
]
*
$
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
KRISHNA
-
2 years ago
2022-05-05 10:11