Skip to content

Instantly share code, notes, and snippets.

@ReeMii
Created October 17, 2013 20:51
Show Gist options
  • Save ReeMii/7031991 to your computer and use it in GitHub Desktop.
Save ReeMii/7031991 to your computer and use it in GitHub Desktop.
wrap long strings after n chars without visual distraction
<?php
$text = wordwrap($text, 12, "&#8203;", true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment