Skip to content

Instantly share code, notes, and snippets.

@matthewjberger
Created December 8, 2015 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewjberger/31232c5d9ce4da1613ee to your computer and use it in GitHub Desktop.
Save matthewjberger/31232c5d9ce4da1613ee to your computer and use it in GitHub Desktop.
Meme spacer
Function ToMeme($a){$b=""; foreach($c in $a.tochararray()){$b="$b $c"}; return $b.Trim(' ');}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment