Created
April 2, 2017 19:14
-
-
Save trevren11/bc2ac56128255a880318f74049b21494 to your computer and use it in GitHub Desktop.
Common regex expressions
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
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