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 18,020 community submitted regex patterns...
1
sfdgvsdgdfg
Java 8
dgfdgdf
Submitted by
anonymous
-
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
Email obfuscation
PCRE2 (PHP >=7.3)
An expression that obfuscates with * following this rule: @. Example: Input: eagles.willys@willbethebest.co.uk...
Submitted by
Ernesto Janebro
-
3 years ago
1
Nombres en mayusculas
PCRE2 (PHP >=7.3)
Nombres en mayúsculas Permite filtrar palabras de nombres con mayúsculas y tildes. Incluye la ñ para Latinoamérica.
Submitted by
macorreag
-
3 years ago
1
One or more spaces
PCRE2 (PHP >=7.3)
Find one or more spaces
Submitted by
anonymous
-
3 years ago
3
mega.nz files and folders
PCRE2 (PHP >=7.3)
Regex for matching https://mega.nz file and folder URLs. https://github.com/tonikelope/megabasterd/issues/215
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
find http urls in data-full-url attribute
PCRE2 (PHP >=7.3)
This parses http url's from the data-full-url attribute of a block of code
Submitted by
Kelvin Spencer
-
3 years ago
1
All numbers except all flavors of 0
ECMAScript (JavaScript)
This validator does NOT handle strings that can be interpreted as a number (expl. "0,00")
Submitted by
anonymous
-
3 years ago
2
spring logback parser
PCRE2 (PHP >=7.3)
Spring boot logback 日志正则匹配。 样例日志 2019-12-27 13:52:38.201 INFO 1 --- [Thread-8] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2019-12-27 13:52:39.535 INFO 1 --- [Thread-8] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed ...
Submitted by
LiuDecai
-
3 years ago
1
Regex Alamat
ECMAScript (JavaScript)
Regex untuk Alamat
Submitted by
aji
-
3 years ago
3
Discord ID:NAME#DISCRIM match
PCRE2 (PHP >=7.3)
For example, using `Carl-bot to dump members of the @everyone role ordering highest of id`: `!dump @everyone %i:%u -o id` Example of return: 498984530968051713:lanjt#2129 ......
Submitted by
lanjt
-
3 years ago
1
标点
Java 8
匹配大部分标点
Submitted by
anonymous
-
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
2
.htaccess wordpress redirect uploads to production domain
PCRE2 (PHP >=7.3)
.htaccess wordpress redirect uploads to production domain
Submitted by
anonymous
-
3 years ago
2
US phone number
PCRE2 (PHP >=7.3)
US phone number, try to catch as many as possible
Submitted by
anonymous
-
3 years ago
1
Markdown checkboxes
PCRE2 (PHP >=7.3)
Match checkboxes that haven't been checked and are not followed by a footnote or crossed out text
Submitted by
heygarrett.com
-
3 years ago
1
aws-arn-parser
PCRE2 (PHP >=7.3)
this helps in parsing aws arn's
Submitted by
anonymous
-
3 years ago
2
Guid (with or without dashes)
ECMAScript (JavaScript)
Matches a guid string that can optionally include dashes.
Submitted by
anonymous
-
3 years ago
2
object
PCRE2 (PHP >=7.3)
Json Object
Submitted by
anonymous
-
3 years ago
1
...
209
210
211
212
213
...
901
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?!
hello
|
goodby
)
[
\s\w
]
+
)
(
(?!
word
|
cosmos
)
[
\s\w
]
+
)
!
/
Open regex in editor
Description
Negation in pattern example
Submitted by
Kutuzov Alexey <Kutuz27>
-
9 years ago