Skip to content

Instantly share code, notes, and snippets.

@rajuahmmed
Created August 31, 2016 13:49
Show Gist options
  • Save rajuahmmed/b7cf26fef17191c7407ba23897c72fa6 to your computer and use it in GitHub Desktop.
Save rajuahmmed/b7cf26fef17191c7407ba23897c72fa6 to your computer and use it in GitHub Desktop.
Finding unescaped translated strings with Regular Expression by https://www.cantothemes.com/
// Finding __()
[^lr\(]__\(
// Finding _e()
[^lr\(]_e\(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment