Pin operator
The normal behavior of the match operator is to rebind variables on the left side of the operator if there is a match. The pin operator ^
is used on the left side of the match operator when you don’t wish to rebind and would like to match against the value of the pinned variable.
Documentation: Pin Operator