使用正则匹配修改内容

///匹配双引号引用文件的代码
#import \"([^\"]*)\"
///替换为系统库
#import <DeveloperCore/$1>

猜你喜欢

转载自www.cnblogs.com/yuxiaoyiyou/p/12917459.html