Last active
August 29, 2015 14:01
-
-
Save jaimeivan/6cfa831be6482b88c6a0 to your computer and use it in GitHub Desktop.
Expresiones regulares probadas en el Sublime2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| onclick=\".*?\" | |
| ```` | |
| /* Reemplaza el contenido la url de MM_openBrWindow */ | |
| <a href="javascript:MM_openBrWindow('/documentos/CONS-GEN/actas/2003/ao280103.pdf','ventana1','scrollbars=yes,resizable=yes,width=720,height=400')">28 de enero</a> | |
| Find What: javascript:MM_openBrWindow\('([a-z/A-Z\-0-9.]*),?.*\) | |
| Replace With: $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment