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
P
a
r
t
s
M
a
t
c
h
P
a
r
t
s
[
m
a
t
c
h
]
r
e
t
u
r
n
p
a
r
t
s
o
f
a
p
a
t
t
e
r
n
w
i
t
h
a
s
s
o
c
i
a
t
e
d
v
a
l
u
e
s
f
r
o
m
a
m
a
t
c
h
e
d
e
x
p
r
e
s
s
i
o
n
.
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
M
a
t
c
h
P
a
r
t
s
P
a
t
t
e
r
n
M
a
t
c
h
[
{
a
,
b
,
c
,
d
,
e
,
f
,
g
}
,
{
x
_
_
_
,
y
_
,
z
_
_
}
]
/
/
N
o
r
m
a
l
O
u
t
[
1
]
=
{
{
1
}
S
e
q
u
e
n
c
e
[
]
,
{
2
}
S
e
q
u
e
n
c
e
[
a
]
,
{
3
}
S
e
q
u
e
n
c
e
[
b
,
c
,
d
,
e
,
f
,
g
]
,
{
1
}
S
e
q
u
e
n
c
e
[
a
]
,
{
2
}
S
e
q
u
e
n
c
e
[
b
]
,
{
3
}
S
e
q
u
e
n
c
e
[
c
,
d
,
e
,
f
,
g
]
,
{
1
}
S
e
q
u
e
n
c
e
[
a
,
b
]
,
{
2
}
S
e
q
u
e
n
c
e
[
c
]
,
{
3
}
S
e
q
u
e
n
c
e
[
d
,
e
,
f
,
g
]
,
{
1
}
S
e
q
u
e
n
c
e
[
a
,
b
,
c
]
,
{
2
}
S
e
q
u
e
n
c
e
[
d
]
,
{
3
}
S
e
q
u
e
n
c
e
[
e
,
f
,
g
]
,
{
1
}
S
e
q
u
e
n
c
e
[
a
,
b
,
c
,
d
]
,
{
2
}
S
e
q
u
e
n
c
e
[
e
]
,
{
3
}
S
e
q
u
e
n
c
e
[
f
,
g
]
,
{
1
}
S
e
q
u
e
n
c
e
[
a
,
b
,
c
,
d
,
e
]
,
{
2
}
S
e
q
u
e
n
c
e
[
f
]
,
{
3
}
S
e
q
u
e
n
c
e
[
g
]
}
"
"