Skip to content

Instantly share code, notes, and snippets.

@pioz
Created September 20, 2012 21:29
Show Gist options
  • Save pioz/3758471 to your computer and use it in GitHub Desktop.
Save pioz/3758471 to your computer and use it in GitHub Desktop.
Wrap a string to 78 char
s.gsub(/(.{1,78})(?: +|$)\n?|(.{78})/, "\\1\\2\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment