Skip to content

Instantly share code, notes, and snippets.

@devxoul
Created August 21, 2014 06:02
Show Gist options
  • Select an option

  • Save devxoul/fe80988e594375ce48c9 to your computer and use it in GitHub Desktop.

Select an option

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