Created
April 8, 2015 13:08
-
-
Save nverinaud/083f8cf1a1ff63bd4222 to your computer and use it in GitHub Desktop.
Xcode Regex to find all non-localized string.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(?<!(NSLocalizedString\(|NSLog\())@".*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment