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
REGEX for FTs
PCRE (PHP <7.3)
Regular Expressions for functional test name
Submitted by
anonymous
-
9 years ago
1
c
ECMAScript (JavaScript)
no description available
Submitted by
s
-
9 years ago
1
VSO remove special symbols
ECMAScript (JavaScript)
no description available
Submitted by
Jon Henning Bergane
-
9 years ago
1
Übung
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
^[a-zA-Z_\-]+$
PCRE (PHP <7.3)
Check no space
Submitted by
anonymous
-
9 years ago
1
DE PLZ/ZIP + Location
PCRE (PHP <7.3)
no description available
Submitted by
elementcode
-
9 years ago
-1
Australian local and international mobile validation
ECMAScript (JavaScript)
no description available
Submitted by
Damien Capocchi
-
9 years ago
2
parse tag data with multiline
Python
parse tag data with multiline
Submitted by
Ali GÖREN
-
9 years ago
0
my regex for multiline
Python
multiline input with tagged
Submitted by
Ali GÖREN
-
9 years ago
1
nxtgn title grabber
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
nxtgn torrents
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
nxtgn categories
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
re
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
CG
PCRE (PHP <7.3)
ptSText
Submitted by
anonymous
-
9 years ago
-1
شش
Python
no description available
Submitted by
anonymous
-
9 years ago
1
combined log regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
preprocess text files to include only readable and text words
Python
for large corpus cleaning
Submitted by
aliabbas petiwala
-
9 years ago
1
Obtaining class, method and line number from stack trace line
PCRE (PHP <7.3)
no description available
Submitted by
@mahesha999
-
9 years ago
1
Regex SCript replace
ECMAScript (JavaScript)
no description available
Submitted by
MGO
-
9 years ago
1
Container Number
PCRE (PHP <7.3)
Check ISO 6346 container number. First three chars, unit type, six digits and then one check digit.
Submitted by
Symon Davis
-
9 years ago
1
...
770
771
772
773
774
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
.
+
?
)
[
\.
\s
]
(?:
(?:
(
\d
{4}
)
[
\.
\s
]
)
(
S
\d
{1,2}
(?:
E
\d
{1,2}
)?
)
|
(?:
(
\d
{4}
)
[
\.
\s
]
)
|
(
S
\d
{1,2}
(?:
E
\d
{1,2}
(?:
\-
E
?
\d
{1,2}
)?
)?
)
|
(?:
720p
|
1080p
)
)
[
\.
\s
]
?
(
.
*
)
[
\.
\s
]
/
gi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago