We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parentse22d457 +a4950e9 commit228b840Copy full SHA for 228b840
XcodeBoost/NSString+XcodeBoost.m
@@ -46,8 +46,8 @@ @implementation NSString (XcodeBoost)
46
47
#pragma mark Complex Patterns
48
49
-// Unescaped: ([-\+] ?[a-zA-Z0-9 \(\)_,\*^:\n\s]+)\{(?:.*\n)+?(?:\n?)\}
50
-staticNSString *s_methodPattern =@"([-\\+] ?[a-zA-Z0-9\\(\\)_\\*^:\\n\\s]+)\\{(?:.*\\n)+?(?:\\n?)\\}";
+// Unescaped: ([-\+] ?[a-zA-Z0-9 \(\)_,\*^:\n\s\<\>]+)\{(?:.*\n)+?(?:\n?)\}
+staticNSString *s_methodPattern =@"([-\\+] ?[a-zA-Z0-9\\(\\)_,\\*^:\\n\\s\\<\\>]+)\\{(?:.*\\n)+?(?:\\n?)\\}";
51
52
// Unescaped: ([a-zA-Z0-9\(\)_,\*^: ]+?[a-zA-Z0-9_]+?\(.*?\))[\s\n]*?\{(?:.*\n)+?(?:\n?)\}
53
staticNSString *s_functionPattern =@"([a-zA-Z0-9\\(\\)_,\\*^: ]+?[a-zA-Z0-9_]+?\\(.*?\\))[\\s\\n]*?\\{(?:.*\\n)+?(?:\\n?)\\}";
@@ -314,4 +314,4 @@ - (NSString *)xb_escapeForRegex
314
315
}
316
317
-@end
+@end