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.
我正在尝试对所有文件中的每个方法签名和“打开花括号”进行正则表达式。我在 bbedit 和其他人中的作品。关于为什么在 Xcode 中我只得到第一行并且不能得到花括号的任何想法?Xcode:版本 4.6.3 这是我尝试过的:
(^-\s*\(.*?\).*?[\s\s]*?)\{ (^\+\s*\(.*?\).*?[\s\s]*?)\{ (^-\s*\(.*?\).*?[\s\s]*?)$\s*\{
Xcode 不使用多行正则表达式。我知道; 我试过了。