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...
1
teste
PCRE (PHP <7.3)
teste
Submitted by
teste
-
9 years ago
1
дом
Python
no description available
Submitted by
anonymous
-
9 years ago
1
VK Video url check and get ID
PCRE (PHP <7.3)
$match[0] - full url $match[1] - just id
Submitted by
Denis Efremov
-
9 years ago
1
YouTube video url and ID
PCRE (PHP <7.3)
$match[0] - full url $match[1] - ID only
Submitted by
Denis Efremov
-
9 years ago
1
SI
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
match 8 character device name with restrictions
ECMAScript (JavaScript)
Charset is: 0 1 2 3 4 5 6 7 8 9 - _ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y z Rules for string:...
Submitted by
anonymous
-
9 years ago
1
stl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
YES
PCRE (PHP <7.3)
YES!!
Submitted by
Jhoze216
-
9 years ago
1
Shortcode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
String blocks that start and end by a pattern
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Regex
PCRE (PHP <7.3)
tristate
Submitted by
karan
-
9 years ago
1
Menù sito senza immagini
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
HTML entities
PCRE (PHP <7.3)
Matches HTML entities like <
Submitted by
anonymous
-
9 years ago
1
Steam Permalink ID -
ECMAScript (JavaScript)
no description available
Submitted by
shooteram
-
9 years ago
1
IMDB Name Extractor
PCRE (PHP <7.3)
This can be used with the IMDB Plain Text Files to Extract Names of Actors and Actresses. Originally created for use in an NLP Project for EECS 337
Submitted by
Rene Romo
-
9 years ago
1
Email Address
ECMAScript (JavaScript)
vishal1@vishal.com
Submitted by
anonymous
-
9 years ago
1
Password
ECMAScript (JavaScript)
aA1@
Submitted by
anonymous
-
9 years ago
0
matching regex and logical pattern from a string
PCRE (PHP <7.3)
no description available
Submitted by
haris
-
9 years ago
0
"^\d*\.?((25)|(50)|(5)|(75)|(0)|(00))?$"
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
(Last modified 9 years ago)
1
...
182
183
184
185
186
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
{tex
\b
(
[^
{}
]
*
(
{
[^
{}
]
*
?
(
[^
{}
]
|
(?R)
)*
[^
{}
]
*
?
}
[^
{}
]
*
)*
[^
{}
]
*
)
}
/
gm
Open regex in editor
Description
no description available
Submitted by
ProfFan
-
9 years ago