Joe Moore's blog
Ask for Help
"Recommendations for stripping blank lines before and after a block of text?"
- In Ruby,
"a string".stripwill do it. - Regex recommendations?
Interesting Things
If you need to change the author on your git commit message, use
git commit --amend --author=username
