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,040 community submitted regex patterns...
1
Limpar Comentários
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
CUenta bancaria
PCRE (PHP <7.3)
En Colombia, el número de cuentas bancarias es de máximo 15 dígitos y por lo tanto no deben superar ese tope. En el caso del Banco Davivienda, el número de cuenta bancaria puede exceder los 15 dígitos, el numero se debe realizar desde el primer dígito de adelante, cero (0), ya que este no se toma e...
Submitted by
macorreag
-
3 years ago
1
German vehicle registration incl. options
PCRE (PHP <7.3)
This regex validates German vehicle registration numbers. It includes 'H' for Oldtimers (Historic) and 'E' for electric. Futhermore it validates optional seasonal plates. For example for motorcycles or recreational vehicles.
Submitted by
awwillia
-
4 years ago
1
验证金额 "-999999999.99 ~ 999999999.99" ,小数点保留2位
PCRE2 (PHP >=7.3)
验证阿拉伯数字金额 "-999999999 ~ 999999999" ,小数点后面保留2位
Submitted by
cp.l
-
4 years ago
1
Factorisation.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Full Mime Type
PCRE (PHP <7.3)
Full mime type tree
Submitted by
Silvio Gratani
-
4 years ago
1
StrongPassword: 1 uppercase, 1 lower case, 1 num, 1 \W, & at least 8 char
PCRE2 (PHP >=7.3)
no description available
Submitted by
Bri Baldwin
-
4 years ago
1
Get text between certain characters from a huge HTML
PCRE (PHP <7.3)
Get text between certain characters from a huge HTML
Submitted by
Kaushal Gajjar
-
4 years ago
1
MyRegEx
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Dutch mobile phone number
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
How to match all text between two strings multiline
PCRE (PHP <7.3)
How to match all text between two strings multiline
Submitted by
anonymous
-
4 years ago
1
Reddit URL Regex
Python
Regex for parsing subreddit, IDs, and URL params out of a Reddit URL. Battle-hardened and tested for over three years on Reddit bots GifReversingBot, vredditshare, and switcharoohelper. Returns the following information if it is exists in a Reddit URL /r/ or /user/ depending on whether this is in ...
Submitted by
pmdevita
-
4 years ago
(Last modified 2 years ago)
1
Gitlab GraphQl query finder
PCRE2 (PHP >=7.3)
Searches for the first list element in a graphql query, which allows for filtering and pagination, except for the group node
Submitted by
Thomas Luijken
-
4 years ago
1
String doesn't start or end with . - '
Java 8
String doesn't start or end with . - '
Submitted by
VS
-
4 years ago
1
Match all numbers
Java 8
Match all numbers from a string.
Submitted by
VS
-
4 years ago
1
OhArthit
PCRE2 (PHP >=7.3)
ผลิตภัณฑ์ส่งเสริมการขาย
Submitted by
anonymous
-
4 years ago
1
E.164 ITU Telephony Standard including Extensions
PCRE2 (PHP >=7.3)
Basic RegEx to catch ITU E.164 Formatted Telephone Numbers. Must include leading '+', first digit cannot be a zero, no other non-numeric characters -- with (optional) exception of Extensions denoted by ";ext=" and between 3 and 6 digits in the extension (adjust max to suit organization)
Submitted by
ADWolf
-
4 years ago
1
xxx-xxx-xxxx
ECMAScript (JavaScript)
☎️
Submitted by
codefinity
-
4 years ago
1
QBAR Atom Regex
PCRE2 (PHP >=7.3)
Regular expression to match atoms. See qbar.io/docs.html#expression-language-atom for more information.
Submitted by
bhgomes
-
4 years ago
1
Telephone Number for Colombia
PCRE2 (PHP >=7.3)
Permite validar un número celular en colombia
Submitted by
macorreag
-
4 years ago
1
...
764
765
766
767
768
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
.
(
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\:
[
0
-
9
]
{1,5}
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago