Before

I always forget how to substitute in Vim with capture groups.
%s/\(\w\+\)/"\1"/g

After

"I" "always" "forget" "how" "to" "substitute" "in" "Vim" "with" "capture" "groups".