I have about 1,300 instances of
#import <xxxxx/ClassName.h>
that I'd like to replace with
#import "ClassName.h"
I noticed if I use the cmd-shift-f menu I can go to Replace > Regular Expression. The ClassName is not unique, xxxxx is always the same.
What is the regular expression that will replace all of those?