Qurak

HoldPattern

Available

Keeps a pattern from evaluating while staying transparent to matching and to replacement rules

HoldPattern[expr]
Cases[{a -> b, c -> d}, HoldPattern[a -> _]] → {a -> b}

Topics

Related

All 6300 functions · Use this from an MCP client