Questions tagged [except]
The except tag has no summary.
1 question
1
vote
1
answer
104
views
Replace all $r$ but not $\hat{r}$
My goal is to replace $r$ with $a$, excluding the part $\hat{r}$. If I just apply the rule to replace $r$ with $a$, $\hat{r}$ also changes to $\hat{a}$, so I tried using ...