Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
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 >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 3,460 community submitted regex patterns...
0
for in exp. in highway
ECMAScript (JavaScript)
explain regex for check value of data-for attribute
Submitted by
anonymous
-
4 years ago
0
for in exp. in highway
ECMAScript (JavaScript)
explain regex for check value of data-for attribute
Submitted by
anonymous
-
4 years ago
0
odd 1's
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
wiki arabic - Harran Al-Mari
ECMAScript (JavaScript)
Hello . github /harran55
Submitted by
anonymous
-
4 years ago
0
POC Mobile Detection
ECMAScript (JavaScript)
const regex = /(?:Mobile|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera\sMobi)/gm; const str = `Mozilla/5.0 (Android; Mobile; rv:13.0) Gecko/13.0 Firefox/13.0 Mozilla/5.0 (Linux; U; Android 4.0.3; de-ch; HTC Sensation Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile...
Submitted by
anonymous
-
4 years ago
0
wip
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
CTS Versioning validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
wip
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
匹配正整数和英文逗号
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Parse Dependencies from Groovy Gradle
ECMAScript (JavaScript)
parsing dependencies from groovy gradle
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Find all commas that are not in parenthesis. Used in SQL_Pretty_Format()
ECMAScript (JavaScript)
Find all commas that are not in parenthesis or square brackets.
Submitted by
Ben
-
4 years ago
0
Match URI with grouped URL syntaxes
ECMAScript (JavaScript)
Validate (although, not recommended) URI scheme, and separate the URI syntax with multiple groups.
Submitted by
outrowed
-
4 years ago
0
日期
ECMAScript (JavaScript)
可用于b站弹幕屏蔽
Submitted by
anonymous
-
4 years ago
0
Removes useless semicolons.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
CommonMark Fenced Code Blocks (78% Spec Compliant)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Regex for keana
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Name Matching
ECMAScript (JavaScript)
lookahead
Submitted by
Gihan Wijesundara
-
4 years ago
0
USA cities with special characters
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
-
4 years ago
0
apt 304 rangeRegex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
curl-to-dev-tools--put
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'
-
4 years ago
1
...
140
141
142
143
144
...
173
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(?:
(
[
0
-
9
]
{1,3}
)
:
(?=
[
0
-
9
]
{2}
)
)?
(
60
|
[
0
-
5
]
?
[
0
-
9
]
)
:
(
60
|
[
0
-
5
]
[
0
-
9
]
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago