Skip to content

Instantly share code, notes, and snippets.

@dom111
Last active August 29, 2017 13:49
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 dom111/a7af7fa0894a7b74d870353f523c913a to your computer and use it in GitHub Desktop.
Save dom111/a7af7fa0894a7b74d870353f523c913a to your computer and use it in GitHub Desktop.
s='s=S;console.log(s.replace(/S/,(q=String.fromCharCode(39))+s+q))';console.log(s.replace(/S/,(q=String.fromCharCode(39))+s+q))
// or
s='s=S;q=String.fromCharCode(39);console.log(s.replace(/S/,q+s+q))';q=String.fromCharCode(39);console.log(s.replace(/S/,q+s+q))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment