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,000 community submitted regex patterns...
0
Song title and lyrics ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DML_Actions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
qwe
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
image_yandex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
RUT
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
equation latex \[ \]
Python
recherche les blocs d'équation latex délimités avec \[ et \]
Submitted by
anonymous
-
6 years ago
0
equation latex \[ \]
Python
recherche les blocs d'équation latex délimités avec \[ et \]
Submitted by
anonymous
-
6 years ago
0
phone number 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
phone number 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
equation latex en ligne et en bloc
Python
recherche : les blocs d'équations latex délimitées avec le $$ les equations en ligne délimitées avec $
Submitted by
anonymous
-
6 years ago
0
equation latex en bloc
Python
recherche les blocs d'équations latex délimitées avec le $$
Submitted by
anonymous
-
6 years ago
0
Get file name without extension
PCRE (PHP <7.3)
Created this for Pathfinder. Takes a file name with the extension and returns only the file name.
Submitted by
anonymous
-
6 years ago
0
phone +38(099) 999 99 99
ECMAScript (JavaScript)
phone ukraine
Submitted by
anonymous
-
6 years ago
0
http = url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
latex equation search
Python
recherche d'équation latex
Submitted by
anonymous
-
6 years ago
0
Перенос строки > Запятая
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Запятая в Перенос строки
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ตัดคำหยาบ
PCRE (PHP <7.3)
คัดคำหยาบ สัตว์เลื้อยคลาน
Submitted by
anonymous
-
6 years ago
0
golang function signature
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Missing Ementas
Python
Search for missing 'ementas'.
Submitted by
anonymous
-
6 years ago
1
...
500
501
502
503
504
...
900
Community Library Entry
0
Regular Expression
Golang
`
^
func
(
\(
.
*
\)
)?
[
a
-
zA
-
Z0
-
9
]
+
?
\(
(
.
*
?
)
\)
[
a
-
zA
-
Z0
-
9
]
*
?
\{
`
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago