I have about 1,300 copies
#import <xxxxx/ClassName.h>
which I would like to replace with
#import "ClassName.h"
I noticed that if I use the cmd-shift-f menu, I can go to Replace> Regular Expression. The class Name is not unique; xxxxx is always the same.
What is a regular expression that will replace all of these?
source share