Created
December 28, 2011 15:33
-
-
Save technogoat/1528367 to your computer and use it in GitHub Desktop.
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
^(.*) - the SHA (at the start of the line ^) | |
(\s+) - a cupla spaces | |
(.*[a-z])$ - a string ending in a letter, followed by end of line ($) (there are more exact/safer ways of doing this regexp, I know) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment