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 2,520 community submitted regex patterns...
1
regex_nox_ddc_V3
Python
nlp
Submitted by
guif
-
3 years ago
1
regex_ddc_V4
Python
nlp
Submitted by
guif
-
3 years ago
1
regex_ddc_V5
Python
nlp
Submitted by
guif
-
3 years ago
1
regex_nok_ddc_V5
Python
nlp
Submitted by
guif
-
3 years ago
1
css attribute validation
Java 8
css attribute validation
Submitted by
arnab
-
3 years ago
1
entrance_fee (test apostrophe)
Python
bla
Submitted by
guib
-
3 years ago
1
find pattern in filename product name, version, build and extension
Python
find pattern in filename product name, version, build and extension
Submitted by
rsim
-
3 years ago
1
email google/microsoft like
Python
email google/microsoft like
Submitted by
Maxime Paris
-
3 years ago
(Last modified 3 years ago)
1
H265 excluding 10 Bit
Python
Used in Radarr for a custom H265 format but excluding 10 Bit because my TV doesn't support it
Submitted by
ScottM
-
3 years ago
1
标点
Java 8
匹配大部分标点
Submitted by
anonymous
-
3 years ago
1
Traefik - MDW to add slash
Golang
Used in Traefik to add slash
Submitted by
juranir.santos@gmail.com
-
3 years ago
1
Números de telefones brasileiros
Python
Permite filtrar e capturar telefones brasileiros seguindo o modelo: Código internacional (+55) caso fornecido DDD (XX) Telefone fixo (XXXX-XXXX) ou telefone móvel com ou sem o "9" inicial (9XXXX-XXXX)
Submitted by
https://github.com/leonsp95
-
3 years ago
1
sfdgvsdgdfg
Java 8
dgfdgdf
Submitted by
anonymous
-
3 years ago
1
phone
Python
This regex is decision phone number
Submitted by
anonymous
-
3 years ago
1
Test end
Python
Test end
Submitted by
anonymous
-
3 years ago
1
Subreddit finder r/regex
Python
Finds the names of subreddits in a text. Group 1 is the subreddit name.
Submitted by
CoderGreensparrow
-
3 years ago
1
CFF-definitions.orcid
Python
Pattern for validating a definitions.orcid value in the Citation File Format (CFF)
Submitted by
Stephan Druskat, Jurriaan H. Spaaks
-
3 years ago
1
link findall
Python
Submitted by
Kerem Göksu
-
3 years ago
1
lsblk-output-regex
Golang
Trying to adapt this regex to support LVM.
Submitted by
anonymous
-
3 years ago
1
yyyy/mm/dd
Golang
^(((\d{3}[1-9]|\d{2}[1-9]\d|\d[1-9]\d{2}|[1-9]\d{3})(\/)(((0[13578]|1[02])(\/)(0[1-9]|[12]\d|3[01]))|((0[469]|11)(\/)(0[1-9]|[12]\d|30))|(02(\/)(0[1-9]|[1]\d|2[0-8]))))|(((\d{2})(0[48]|2468|13579)|((0[48]|2468|3579)00))(\/)02(\/)29))$ Match year/month/day format. e.g: 2020/02/29 [match] 2021/02/29 ...
Submitted by
mayl0421
-
3 years ago
1
...
113
114
115
116
117
...
126
Community Library Entry
-1
Regular Expression
Python
r"
(
\A
|
\s
)
#
(
\w
+
)
"
g
Open regex in editor
Description
Using the twitter API, take a tweet object and find & link #tags to embed in HTML
Submitted by
@triplec1988
-
11 years ago