Skip to content

Instantly share code, notes, and snippets.

@wezm
Created April 6, 2009 02:43
Show Gist options
  • Save wezm/90617 to your computer and use it in GitHub Desktop.
Save wezm/90617 to your computer and use it in GitHub Desktop.
Regexes to santise MovableType exports in vim
" Find delimiters in content
/^-\{5,8\}[\n\r]\+[^:-]*$
" Find unwanted control characters
/[^A-^H^K^L^N-^_]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment