Skip to content

Instantly share code, notes, and snippets.

@gmanricks
Created January 9, 2013 20:42
Show Gist options
  • Save gmanricks/4496753 to your computer and use it in GitHub Desktop.
Save gmanricks/4496753 to your computer and use it in GitHub Desktop.
Wrap first word with span
<?php
echo "<span>" . preg_replace('/ /', '</span> ', $block->subject, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment