Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は約1,300のインスタンスを持っています
#import <xxxxx/ClassName.h>
交換したいもの
#import "ClassName.h"
cmd-shift-f メニューを使用すると、[置換] > [正規表現] に移動できることに気付きました。ClassName は一意ではありません。xxxxx は常に同じです。
それらすべてを置き換える正規表現は何ですか?