Skip to content

Instantly share code, notes, and snippets.

@Xatpy
Last active September 7, 2016 14:13
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 Xatpy/59bdaa812ea9654c6d4b9b83b325a40b to your computer and use it in GitHub Desktop.
Save Xatpy/59bdaa812ea9654c6d4b9b83b325a40b to your computer and use it in GitHub Desktop.
# Insert a break line before each character:
Find what: (.{1})
Replace with: $1\r\n
# Add ", at the end of every line:
Find what: $
Replace with: ",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment