Skip to content

Instantly share code, notes, and snippets.

@trevren11
Created April 2, 2017 19:14
Show Gist options
  • Save trevren11/bc2ac56128255a880318f74049b21494 to your computer and use it in GitHub Desktop.
Save trevren11/bc2ac56128255a880318f74049b21494 to your computer and use it in GitHub Desktop.
Common regex expressions
Remove first 5 characters from file
%s/^.\{0,5\}//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment