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
FR Anti Ancient Gene Search
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
expression for mike
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Case IDs and whitespace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Log Scan Sample
PCRE (PHP <7.3)
no description available
Submitted by
sdf
-
4 years ago
1
Custom IFrame SRC Grabber
PCRE2 (PHP >=7.3)
no description available
Submitted by
Moep
-
4 years ago
(Last modified 4 years ago)
1
convert package.json to single line of library names without versions
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
for loop with customfield,
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
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
...
785
786
787
788
789
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
0,
(?!
0,
)
[^
,
]
+
,1,
(?!
0
)
[^
,
]
+
$
/
gm
Open regex in editor
Description
Tertiary Junction Power Detection
Submitted by
anonymous
-
3 years ago