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
prima
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
html tag name
ECMAScript (JavaScript)
no description available
Submitted by
dsikiritsky
-
8 years ago
1
cm_mmc & -_-
Python
exactly 3 -_- after cm_mmc
Submitted by
Sasha
-
8 years ago
1
MDS Testing - first regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Capture example
PCRE (PHP <7.3)
no description available
Submitted by
Darkoeur
-
8 years ago
1
query parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Awstats
ECMAScript (JavaScript)
Reg exp for directory/files of pdf etc
Submitted by
MikeMcCool
-
8 years ago
1
FOR PAN and TAN number checking
ECMAScript (JavaScript)
This will help in validating TAN as well as PAN card number
Submitted by
Keyur
-
8 years ago
1
MS Excel CSV
PCRE (PHP <7.3)
Parse a generated MS Excel CSV (also works with the exported format "CSV for MS Excel" from phpmyadmin)
Submitted by
fbailly_
-
8 years ago
0
Extract ClassName and Unicode fontawesome list
PCRE (PHP <7.3)
no description available
Submitted by
M.Nizam
-
8 years ago
1
Match partial classes
PCRE (PHP <7.3)
Matches partial class name delimited by whitespace, the string boundaries or a dash.
Submitted by
anonymous
-
8 years ago
1
Realview phone Reg
ECMAScript (JavaScript)
no description available
Submitted by
Payal
-
8 years ago
1
Regex repeated group
PCRE (PHP <7.3)
regex repeated group
Submitted by
anonymous
-
8 years ago
1
pattern1
PCRE (PHP <7.3)
Patter1 - first iteration
Submitted by
Ali Momeni
-
8 years ago
1
cproSongSection span wrapper
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
OpenSSL CRT Issuer/Subject parse
PCRE (PHP <7.3)
regex to capture fields from the output of openssl x509 -in yout_crt_file.crt -issuer -noout
Submitted by
Florian Sievers
-
8 years ago
1
UK Postcode
PCRE (PHP <7.3)
as per the following specifications: FORMAT EXAMPLE AN NAA M1 1AA ANN NAA M60 1NW AAN NAA CR2 6XH...
Submitted by
Spluf (Cosmin Pop)
-
8 years ago
1
Video URL
ECMAScript (JavaScript)
Checks weather a url points to a HTML5 supported video.
Submitted by
Pwed
-
8 years ago
2
RewriteMatch into subfolder
PCRE (PHP <7.3)
RegEx for an .htaccess rewrite into a subfolder without provoking a 'too many redirects' error
Submitted by
Nils B.
-
8 years ago
1
Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
660
661
662
663
664
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
csrf:
'
(
.
*
?
)
'
/
Open regex in editor
Description
csrf: '(.*?)'
Submitted by
David
-
8 years ago