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,680 community submitted regex patterns...
0
bs-icons
PCRE2 (PHP >=7.3)
dwa
Submitted by
anonymous
-
a year ago
0
Σ = {0, 1}. Cadenas de longitud impar ≥ 3 formadas por ceros y unos alternados.
PCRE2 (PHP >=7.3)
Cadenas de longitud impar ≥ 3 formadas por ceros y unos alternados.
Submitted by
JCMM
-
a year ago
0
log filter 01
PCRE2 (PHP >=7.3)
expression for removing unnecessary information
Submitted by
ndeans
-
a year ago
0
Device_name
PCRE2 (PHP >=7.3)
doesn't process road warrior or dubi location dubii missing interface?
Submitted by
Keith
-
a year ago
0
my_device_usage
PCRE2 (PHP >=7.3)
usage
Submitted by
Keith
-
a year ago
0
Regex for matching French Phone Numbers
PCRE2 (PHP >=7.3)
This is an expression that will match French Phone numbers You can modify this expression to help you match your needs.
Submitted by
anonymous
-
a year ago
0
PAN Number (India)
PCRE2 (PHP >=7.3)
Format of PAN Number (issued in India)
Submitted by
anonymous
-
a year 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
-
a year ago
0
Get Filename from Content-Disposition Header
PCRE2 (PHP >=7.3)
Extract Download Filename from Content-Disposition Header
Submitted by
thegass
-
a year ago
0
email
PCRE2 (PHP >=7.3)
validate email
Submitted by
anonymous
-
a year ago
0
Find valid SAS names
PCRE2 (PHP >=7.3)
https://www.sfu.ca/sasdoc/sashtml/lrcon/z0998953.htm#z0998951
Submitted by
ABANTR
-
a year ago
0
CSS Class Styles
PCRE2 (PHP >=7.3)
Regex to find CSS Class Styles
Submitted by
JR
-
a year 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
-
a year 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
-
a year 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
-
a year ago
0
Match markdown order and unorder list
PCRE2 (PHP >=7.3)
Same as title
Submitted by
anonymous
-
a year ago
0
perga
PCRE2 (PHP >=7.3)
regex to find total payment
Submitted by
anonymous
-
a year 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
1
...
121
122
123
124
125
...
134
NATO Stock Number (with or without NSC)
0
Regular Expression
PCRE (PHP <7.3)
/
^
*
(
\d
{4}
-
?
)?
\d
{2}
-
?
\d
{3}
-
?
\d
{4}
*
$
/
Open regex in editor
Description
RegEx to validate a NATO Stock Number with or without the NATO Stock Code and with or without dashes
Submitted by
Matthew Perryman
-
9 years ago