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
US Phone Checker
ECMAScript (JavaScript)
I assures input phones are formated matching certain criteria like pearing parenthesis or correct spacing. It does not check if other number instead of 1 is introduced for international prefix. I'm learning english so suggestions are welcomed for both regex and this description itself. :)
Submitted by
anonymous
-
3 years ago
0
Barcodes
Python
Matching barcodes
Submitted by
Moses
-
3 years ago
0
Media files
Python
Matching majority of media files
Submitted by
Moses
-
3 years ago
0
dimension
ECMAScript (JavaScript)
t
Submitted by
t
-
3 years ago
0
Collection of sub routes with similar segments
ECMAScript (JavaScript)
asdf
Submitted by
anonymous
-
3 years ago
0
soteshop price
ECMAScript (JavaScript)
aa
Submitted by
anonymous
-
3 years ago
0
parse domain from email
ECMAScript (JavaScript)
https://stackoverflow.com/a/48673903
Submitted by
Colby M. White
-
3 years ago
(Last modified 3 years ago)
0
Definition List in PHP Markdown Extra
ECMAScript (JavaScript)
This is the ECMAScript version of PHP regex for matching definition list as defined in PHP Markdown Extra.
Submitted by
Chattille
-
3 years ago
0
Array version 2
ECMAScript (JavaScript)
array version that accepts any expressions in the parameters
Submitted by
dila93
-
3 years ago
(Last modified 3 years ago)
0
sss
ECMAScript (JavaScript)
ssss
Submitted by
anonymous
-
3 years ago
0
Check Feature title format
ECMAScript (JavaScript)
See title
Submitted by
anonymous
-
3 years ago
0
hostname - websites
ECMAScript (JavaScript)
getting the hostname from website
Submitted by
anonymous
-
3 years ago
0
keywords
Python
matching a keyword expression and wrapping it with an html tag
Submitted by
anonymous
-
3 years ago
0
查找 by 非贪婪
ECMAScript (JavaScript)
默认是贪婪模式;在量词后面直接加上一个问号?就是非贪婪模式。
Submitted by
anonymous
-
3 years ago
0
match hash route #/path?params
ECMAScript (JavaScript)
Example: input: #/articles?page=1&show=published&by=updated&start=newest&preview=true output:...
Submitted by
oklookat
-
3 years ago
0
PublicRegexs
ECMAScript (JavaScript)
My public regexs
Submitted by
anonymous
-
3 years ago
0
find match in url
Python
find the word "google" with "i" or "com"
Submitted by
Shai chikorel
-
3 years ago
0
Unreal Engine (UE_LOG) Parser - GoLang version
Golang
This regex is suitable for anyone ingesting UE_LOG files into Loki and creating dashboards in Grafana.
Submitted by
Mike McShaffry
-
3 years ago
0
Best ISO-8601 Date and Time parser
ECMAScript (JavaScript)
This regex has leeway for: 'T' or space separating date and time Missing 'Z' missing milliseconds missing seconds (date, hours, and minutes only)...
Submitted by
Jeff Galbraith
-
3 years ago
0
Data-URL Declaration
ECMAScript (JavaScript)
Match the Data-URL Declaration that appears when reading a blob as Data URL from JS FileReader
Submitted by
anonymous
-
3 years ago
1
...
247
248
249
250
251
...
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