Skip to content

Instantly share code, notes, and snippets.

@jaimeivan
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save jaimeivan/6cfa831be6482b88c6a0 to your computer and use it in GitHub Desktop.

Select an option

Save jaimeivan/6cfa831be6482b88c6a0 to your computer and use it in GitHub Desktop.
Expresiones regulares probadas en el Sublime2

Busca todo lo que tenga onclick

<a onclick="window.open(this.href,'options','scrollbars=yes,resizable=yes,width=720,height=400'); return false" href="http://your.site.com" />
onclick=\".*?\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment