Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
Patterns
Guides
Guide
MainGuide
Tech Notes
Match & Replace
Symbols
MatchBindings
MatchParts
MultiwayReplace
NameValuePattern
PatternMatch
Wolfram`Patterns`
M
a
t
c
h
B
i
n
d
i
n
g
s
M
a
t
c
h
B
i
n
d
i
n
g
s
[
m
a
t
c
h
]
r
e
t
u
r
n
p
a
t
t
e
r
n
s
y
m
b
o
l
b
i
n
d
i
n
g
s
f
o
r
a
g
i
v
e
n
m
a
t
c
h
.
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
M
a
t
c
h
B
i
n
d
i
n
g
s
P
a
t
t
e
r
n
M
a
t
c
h
[
{
a
,
b
,
c
}
,
{
x
_
_
_
,
y
_
_
_
}
]
/
/
N
o
r
m
a
l
O
u
t
[
1
]
=
{
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
a
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
S
e
q
u
e
n
c
e
[
b
,
c
]
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
a
,
b
]
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
c
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
a
,
b
,
c
]
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
S
e
q
u
e
n
c
e
[
]
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
]
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
S
e
q
u
e
n
c
e
[
a
,
b
,
c
]
}
}
I
n
[
2
]
:
=
M
a
t
c
h
B
i
n
d
i
n
g
s
P
a
t
t
e
r
n
M
a
t
c
h
[
{
a
,
b
,
c
}
,
{
O
r
d
e
r
l
e
s
s
P
a
t
t
e
r
n
S
e
q
u
e
n
c
e
[
x
_
_
_
]
}
]
/
/
N
o
r
m
a
l
O
u
t
[
2
]
=
{
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
a
,
b
,
c
]
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
a
,
c
,
b
]
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
b
,
a
,
c
]
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
b
,
c
,
a
]
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
c
,
a
,
b
]
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
c
,
b
,
a
]
}
}
I
n
[
3
]
:
=
M
a
t
c
h
B
i
n
d
i
n
g
s
P
a
t
t
e
r
n
M
a
t
c
h
[
{
a
,
b
}
,
{
x
:
a
|
b
,
y
:
a
|
b
}
]
/
/
N
o
r
m
a
l
O
u
t
[
3
]
=
{
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
a
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
b
}
}
I
n
[
4
]
:
=
M
a
t
c
h
B
i
n
d
i
n
g
s
P
a
t
t
e
r
n
M
a
t
c
h
[
{
a
,
b
}
,
{
x
_
.
,
y
_
}
]
/
/
N
o
r
m
a
l
O
u
t
[
4
]
=
{
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
a
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
b
}
}
I
n
[
5
]
:
=
M
a
t
c
h
B
i
n
d
i
n
g
s
P
a
t
t
e
r
n
M
a
t
c
h
[
{
a
}
,
{
x
_
,
y
_
.
}
]
/
/
N
o
r
m
a
l
O
u
t
[
5
]
=
{
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
a
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
S
e
q
u
e
n
c
e
[
]
}
}
I
n
[
6
]
:
=
M
a
t
c
h
B
i
n
d
i
n
g
s
P
a
t
t
e
r
n
M
a
t
c
h
[
{
a
,
b
}
,
{
x
_
.
,
y
_
:
2
}
]
/
/
N
o
r
m
a
l
O
u
t
[
6
]
=
{
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
a
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
b
}
}
I
n
[
7
]
:
=
M
a
t
c
h
B
i
n
d
i
n
g
s
P
a
t
t
e
r
n
M
a
t
c
h
[
{
a
}
,
{
x
_
.
,
y
_
:
2
}
]
/
/
N
o
r
m
a
l
O
u
t
[
7
]
=
{
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
a
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
2
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
a
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
S
e
q
u
e
n
c
e
[
]
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
]
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
a
}
}
I
n
[
8
]
:
=
M
a
t
c
h
B
i
n
d
i
n
g
s
P
a
t
t
e
r
n
M
a
t
c
h
[
{
a
,
b
}
,
{
L
o
n
g
e
s
t
[
O
p
t
i
o
n
a
l
[
x
_
_
]
]
,
y
_
:
2
}
]
/
/
N
o
r
m
a
l
O
u
t
[
8
]
=
{
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
a
,
b
]
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
2
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
S
e
q
u
e
n
c
e
[
a
,
b
]
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
S
e
q
u
e
n
c
e
[
]
}
,
{
H
o
l
d
P
a
t
t
e
r
n
[
x
]
a
,
H
o
l
d
P
a
t
t
e
r
n
[
y
]
b
}
}
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
G
u
i
d
e
(
i
n
t
e
r
n
a
l
)
▪
M
a
i
n
G
u
i
d
e
"
"