... with just this code, the replacement gives “Hi ...H ello!”
So group captures can no longer be used in my code.
Code:
With texte.Find
.Text = "…([A-Za-zÀ-ÖØ-öø-ÿ0-9])"
.Replacement.Text = "… \1"
.MatchWildcards = True: .Wrap = wdFindContinue: .Execute Replace:=wdReplaceAll
End With