Skip to content

Instantly share code, notes, and snippets.

@nverinaud
Created April 8, 2015 13:08
Show Gist options
  • Save nverinaud/083f8cf1a1ff63bd4222 to your computer and use it in GitHub Desktop.
Save nverinaud/083f8cf1a1ff63bd4222 to your computer and use it in GitHub Desktop.
Xcode Regex to find all non-localized string.
(?<!(NSLocalizedString\(|NSLog\())@".*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment