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