Skip to content

Instantly share code, notes, and snippets.

@lukemartin
Created August 22, 2011 16:34
Show Gist options
  • Save lukemartin/1162843 to your computer and use it in GitHub Desktop.
Save lukemartin/1162843 to your computer and use it in GitHub Desktop.
RegEx - Add spaces to Zen Coding's replacements
Find:
("[\S]+": ")([a-z\-]+:)([a-z\-|]+)
Replace:
$1$2 $3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment