Skip to content

Instantly share code, notes, and snippets.

@karimmtarek
Created December 20, 2013 22:19
Show Gist options
  • Save karimmtarek/8062556 to your computer and use it in GitHub Desktop.
Save karimmtarek/8062556 to your computer and use it in GitHub Desktop.
To replace $130 with 130&thinesp;$
Search: \$(\d+)
Replace: \1 $
To strip classes/id/style
Search: \s+class="[^"]*"
Replace:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment