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 3,480 community submitted regex patterns...
0
Match URI with grouped URL syntaxes
Created
·
2021-02-01 04:30
Flavor
·
ECMAScript (JavaScript)
Validate (although, not recommended) URI scheme, and separate the URI syntax with multiple groups.
Submitted by
outrowed
0
日期
Created
·
2021-02-05 03:38
Flavor
·
ECMAScript (JavaScript)
可用于b站弹幕屏蔽
Submitted by
anonymous
0
Removes useless semicolons.
Created
·
2021-02-06 11:12
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
CommonMark Fenced Code Blocks (78% Spec Compliant)
Created
·
2021-02-08 04:55
Updated
·
2021-02-12 01:42
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Regex for keana
Created
·
2021-02-08 10:22
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Name Matching
Created
·
2021-02-15 07:09
Flavor
·
ECMAScript (JavaScript)
lookahead
Submitted by
Gihan Wijesundara
0
USA cities with special characters
Created
·
2021-02-15 15:00
Flavor
·
ECMAScript (JavaScript)
this should cover all USA cities with special characters as per https://en.wikipedia.org/wiki/List_of_U.S._cities_with_diacritics
Submitted by
Pavel Dominguez
0
apt 304 rangeRegex
Created
·
2021-02-16 21:59
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
curl-to-dev-tools--put
Created
·
2021-02-18 22:13
Flavor
·
ECMAScript (JavaScript)
Take a text of curl command and regex them down to a list of objects with named identifiers, such as id, date, and action.
Submitted by
Tre'
0
word circular
Created
·
2021-02-19 11:47
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Opinionated email validation
Created
·
2021-02-19 19:06
Updated
·
2021-02-19 19:26
Flavor
·
ECMAScript (JavaScript)
opinionated email validation based on https://en.wikipedia.org/wiki/Email_address. i have excluded some email patterns that don't seem to be common
Submitted by
Pavel Dominguez
0
Converts markdown linked text to HTML linked text.
Created
·
2021-02-20 10:58
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
searchingLight
Created
·
2021-02-20 12:33
Flavor
·
ECMAScript (JavaScript)
/%A-Z+%*\|[0-9]+\|[0-9]+(\.[0-9])?\$/g
Submitted by
dp
0
Name DVC
Created
·
2021-02-21 18:08
Updated
·
2021-02-21 18:33
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
non zero
Created
·
2021-02-23 16:25
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
time input format matching
Created
·
2021-02-23 20:05
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Pavel Dominguez
0
match words between '::' '::'
Created
·
2021-02-23 22:47
Flavor
·
ECMAScript (JavaScript)
matches words between :: characters ("some text ::this should be matched::")
Submitted by
https://stackoverflow.com/users/3832970/wiktor-stribi%c5%bcew
0
MongoDB connection string has username and password
Created
·
2021-02-24 01:41
Flavor
·
ECMAScript (JavaScript)
Test if a mongo db connection string has a username and password declared in it. Doesn't work with with multi host ATM
Submitted by
Gecko Pico
0
Url regex
Created
·
2021-02-24 13:17
Updated
·
2021-04-13 11:26
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Youtube Formatted Duration
Created
·
2021-02-27 02:59
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
Previous page
1
…
142
143
144
145
146
…
174
Next page
Community Library Entry
1
Regular Expression
Created
·
2015-09-28 17:24
Flavor
·
ECMAScript (JavaScript)
/
console
\.
log
\(
(
'
|
\"
)?(
.
*
)+(
'
|
\"
)?
\)
/
gmi
Open regex in editor
Description
should find any console.log(wahtever with or without - simple or double - quote
Submitted by
denis florkin