Skip to content

Instantly share code, notes, and snippets.

@devxoul
Created August 21, 2014 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devxoul/fe80988e594375ce48c9 to your computer and use it in GitHub Desktop.
Save devxoul/fe80988e594375ce48c9 to your computer and use it in GitHub Desktop.
A regular expression for finding unlocalized string in Objective-c files.
(?<!NSLocalizedString\()(?<!NSLog\()(?<!patternname:)(?<!imageNamed:)(?<!key:)(?<!@\{)(?<!\[)@".+"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment