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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 2,660 community submitted regex patterns...
0
PAN Number (India)
PCRE2 (PHP >=7.3)
Format of PAN Number (issued in India)
Submitted by
anonymous
-
2 years ago
0
URL filter out of a shell script file, inc URLs with ";"
PCRE2 (PHP >=7.3)
URL filter out of a shell script file, inc URLs with ";" in the POST part
Submitted by
MaxPeal
-
2 years ago
0
Get Filename from Content-Disposition Header
PCRE2 (PHP >=7.3)
Extract Download Filename from Content-Disposition Header
Submitted by
thegass
-
2 years ago
0
email
PCRE2 (PHP >=7.3)
validate email
Submitted by
anonymous
-
2 years ago
0
Find valid SAS names
PCRE2 (PHP >=7.3)
https://www.sfu.ca/sasdoc/sashtml/lrcon/z0998953.htm#z0998951
Submitted by
ABANTR
-
2 years ago
0
CSS Class Styles
PCRE2 (PHP >=7.3)
Regex to find CSS Class Styles
Submitted by
JR
-
2 years ago
0
GST (India)
PCRE2 (PHP >=7.3)
Detects Indian GST numbers (Goods & Services Tax). Based on https://groww.in/p/tax/gstin
Submitted by
anonymous
-
2 years ago
0
Method calls on PHP (static and not)
PCRE2 (PHP >=7.3)
Find ocurrences of method calls, static or not, on PHP.
Submitted by
Allyson
-
2 years ago
0
SolarWinds Orion exe matcher
PCRE2 (PHP >=7.3)
Matches the following : files part of the solarwinds\orion folder file names starting with solarwinds,swjobengine,netflowservice,counterfetcher file names ending with ".exe"
Submitted by
Aurélien BOUMANNE
-
2 years ago
0
Match markdown order and unorder list
PCRE2 (PHP >=7.3)
Same as title
Submitted by
anonymous
-
2 years ago
0
perga
PCRE2 (PHP >=7.3)
regex to find total payment
Submitted by
anonymous
-
2 years ago
0
Verificador de número de telefone/celular
PCRE2 (PHP >=7.3)
Minha primeira expressão regular
Submitted by
anonymous
-
a year ago
0
Odoo parsing for Loki
PCRE2 (PHP >=7.3)
A regex to parse Odoo logs in Loki. If the line is from werkzeug, it will also capture the HTTP data.
Submitted by
coopdevs
-
a year ago
0
MD higlighter
PCRE2 (PHP >=7.3)
Mark words to auto-higlight
Submitted by
anonymous
-
a year ago
0
MD highlight remover
PCRE2 (PHP >=7.3)
Remove highlights from md files
Submitted by
anonymous
-
a year ago
0
determine if input text is an URL
PCRE2 (PHP >=7.3)
determine if input text is an URL
Submitted by
anonymous
-
a year ago
0
Hardware ID
PCRE2 (PHP >=7.3)
Checks whether the input is a hardware ID
Submitted by
Justman10000
-
a year ago
0
Override filename to flag as upload placeholder
PCRE2 (PHP >=7.3)
UPLOAD signifies the purpose of the entry name and label are mandatory and extracted REQUIRED translates into the require attr on the upload element
Submitted by
Russ Ferriday
-
a year ago
0
find supertype of
PCRE2 (PHP >=7.3)
for express
Submitted by
anonymous
-
a year ago
0
Datumformat
PCRE2 (PHP >=7.3)
Kurs i DwgBatch Använda sök/ersätt för att ändra datumformat
Submitted by
Jonas Thor
-
a year ago
1
...
121
122
123
124
125
...
133
Path to devices
1
Regular Expression
Python
r"
^
/pp/dc/dc
[
123
]
/h
(
[
1
-
9
]
{1,2}
|
100
)
$
"
gm
Open regex in editor
Description
no description available
Submitted by
Airam
-
10 years ago