Verbatim
Verbatim(expr)prevents pattern constructs in
exprfrom taking effect, allowing them to match themselves.
Examples
>> _ /. Verbatim(_)->tt
>> x /. Verbatim[_]->txVerbatim(expr)prevents pattern constructs in
exprfrom taking effect, allowing them to match themselves.
>> _ /. Verbatim(_)->tt
>> x /. Verbatim[_]->tx