I need to find in several files of my thesis all occurrences of any text\cite{...} and change them to any text~\cite{...}. But I don't understand how VSCode search regexp works.
I have tried ^[!~]\cite but it doesn't seem to understand this notation for a char that is not ~.
Can anyone help?