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 5,720 community submitted regex patterns...
0
Detect/Validate DMS coordinates
ECMAScript (JavaScript)
This regEx tries to detect geo coordinates in the dms (degree, minutes, seconds) format. Any help is appreciated
Submitted by
anonymous
-
3 years ago
0
SoundsExtract
Python
extract sounds
Submitted by
anonymous
-
3 years ago
0
SharePoint On-Premise Validator
ECMAScript (JavaScript)
SharePoint On-Premise Validator
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Python string regex with escaped characters
Python
string regex but you can escape characters like \", for python only
Submitted by
Fxomt
-
3 years ago
(Last modified 3 years ago)
0
finding video names
ECMAScript (JavaScript)
Should find any video names
Submitted by
anonymous
-
3 years ago
0
Extract registration and model
ECMAScript (JavaScript)
Capture registration and aircraft model
Submitted by
Federico Villa
-
3 years ago
(Last modified 3 years ago)
0
YouTube vid length
ECMAScript (JavaScript)
as found in: https://youtube.com/watch?v=${videoID}&persist_app=1&app=m to search for video time in minutes & seconds
Submitted by
tomByrer
-
3 years ago
(Last modified 3 years ago)
0
Currency Style (py.checkio.org)
Python
a mission on py.checkio.org: Currency Style
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Parse ISO date with named group for Python
Python
Parses ISO date like: 2021-01-19T15:21:32.59+02:00 and returns these named groups: fulldate (full date and time) date (2021-01-19)...
Submitted by
Fabio Rotondo (fsoft)
-
3 years ago
0
Find two matching group
Python
Find two matching groups
Submitted by
anonymous
-
3 years ago
0
Yandex music track regex
Python
Regex for yandex music track
Submitted by
anonymous
-
3 years ago
0
month with year extraction
Python
ready code
Submitted by
anonymous
-
3 years ago
0
Google Analytics Pattern
ECMAScript (JavaScript)
Padrão de formatação do Google analytics usando o identificador universal UA e prevendo que a base de usuários pode crescer, conforme discusão em
Submitted by
@brunosf
-
3 years ago
0
Cbre bookingid
ECMAScript (JavaScript)
a
Submitted by
anonymous
-
3 years ago
0
rwd
ECMAScript (JavaScript)
rwd
Submitted by
anonymous
-
3 years ago
0
parse valid time
ECMAScript (JavaScript)
parse valid time modified slightly from https://regexland.com/regex-time-am-pm/
Submitted by
me
-
3 years ago
0
Certificate
ECMAScript (JavaScript)
Certificate
Submitted by
anonymous
-
3 years ago
0
URL Domain Capture
Python
A Python capture group for URL domain extraction.
Submitted by
DataQuest
-
3 years ago
0
Password
ECMAScript (JavaScript)
Password regular expression
Submitted by
AhbapAldırma
-
3 years ago
0
chia plot
Golang
chia plot
Submitted by
temple
-
3 years ago
1
...
248
249
250
251
252
...
286
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
\(
(?<info>
.
*
?
)
\)
(
\s
|
$
)
|
(?<name>
.
*
?
)
\/
(?<version>
.
*
?
)
(
\s
|
$
)
/
gmuiys
Open regex in editor
Description
Http response header User-Agent
Submitted by
anonymous
-
4 years ago